Home
last modified time | relevance | path

Searched defs:GetAttrs (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfr/ir/
H A Dtfr_types.h61 KeyTy GetAttrs() const { in GetAttrs() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/
H A Dc_api_tfrt.h464 const OpAttrs* GetAttrs() const { return attrs_; } in GetAttrs() function
/aosp_15_r20/external/tensorflow/tensorflow/core/tfrt/eager/cpp_tests/core_runtime/
H A Dop_handler_selector_test.cc314 AttrBuilder* GetAttrs() { return &attrs_; } in GetAttrs() function in tfrt::tf::__anon6788e1330111::FakeOperation
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/utils/
H A Dgraph_view_internal.h232 const AttrSlice& GetAttrs() const { return attrs_; } in GetAttrs() function
H A Dgraph_view_test.cc740 TYPED_TEST(TypedNodeViewTest, GetAttrs) { in TYPED_TEST() argument