Home
last modified time | relevance | path

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

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