Home
last modified time | relevance | path

Searched refs:kAttrs (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dcollective_order.h22 enum class GraphCollectiveOrder { kNone, kEdges, kAttrs }; enumerator
Dcollective_order_test.cc150 TF_EXPECT_OK(OrderCollectives(graph.get(), GraphCollectiveOrder::kAttrs)); in TEST()
230 TF_EXPECT_OK(OrderCollectives(graph.get(), GraphCollectiveOrder::kAttrs)); in TEST()
Dcollective_order.cc158 } else if (order_type == GraphCollectiveOrder::kAttrs) { in InsertControlDependencies()
/external/tensorflow/tensorflow/core/common_runtime/
Dbuild_graph_options.cc46 case GraphCollectiveOrder::kAttrs: in DebugString()
Ddirect_session.cc1305 options.collective_order = GraphCollectiveOrder::kAttrs; in CreateExecutors()
/external/skqp/gm/
Dvertices.cpp163 } kAttrs[] = {{true, false}, {false, true}, {true, true}}; in onDraw() local
164 for (auto attrs : kAttrs) { in onDraw()
/external/skia/gm/
Dvertices.cpp184 } kAttrs[] = {{true, false}, {false, true}, {true, true}}; in onDraw() local
185 for (auto attrs : kAttrs) { in onDraw()
/external/tensorflow/tensorflow/python/eager/
Dpywrap_tfe_src.cc3960 const char kAttrs[] = "A"; variable
4151 absl::StrAppend(&result->str, kAttrs);
/external/tensorflow/tensorflow/core/distributed_runtime/
Dmaster_session.cc1164 opts->collective_order = GraphCollectiveOrder::kAttrs; in BuildBuildGraphOptions()