Searched refs:kAttrs (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/graph/ |
D | collective_order.h | 22 enum class GraphCollectiveOrder { kNone, kEdges, kAttrs }; enumerator
|
D | collective_order_test.cc | 150 TF_EXPECT_OK(OrderCollectives(graph.get(), GraphCollectiveOrder::kAttrs)); in TEST() 230 TF_EXPECT_OK(OrderCollectives(graph.get(), GraphCollectiveOrder::kAttrs)); in TEST()
|
D | collective_order.cc | 158 } else if (order_type == GraphCollectiveOrder::kAttrs) { in InsertControlDependencies()
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | build_graph_options.cc | 46 case GraphCollectiveOrder::kAttrs: in DebugString()
|
D | direct_session.cc | 1305 options.collective_order = GraphCollectiveOrder::kAttrs; in CreateExecutors()
|
/external/skqp/gm/ |
D | vertices.cpp | 163 } kAttrs[] = {{true, false}, {false, true}, {true, true}}; in onDraw() local 164 for (auto attrs : kAttrs) { in onDraw()
|
/external/skia/gm/ |
D | vertices.cpp | 184 } kAttrs[] = {{true, false}, {false, true}, {true, true}}; in onDraw() local 185 for (auto attrs : kAttrs) { in onDraw()
|
/external/tensorflow/tensorflow/python/eager/ |
D | pywrap_tfe_src.cc | 3960 const char kAttrs[] = "A"; variable 4151 absl::StrAppend(&result->str, kAttrs);
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | master_session.cc | 1164 opts->collective_order = GraphCollectiveOrder::kAttrs; in BuildBuildGraphOptions()
|