Home
last modified time | relevance | path

Searched refs:order_type (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/core/graph/
Dcollective_order.cc148 Graph* graph, GraphCollectiveOrder order_type, in InsertControlDependencies() argument
151 if (order_type == GraphCollectiveOrder::kEdges) { in InsertControlDependencies()
158 } else if (order_type == GraphCollectiveOrder::kAttrs) { in InsertControlDependencies()
177 static_cast<int>(order_type)); in InsertControlDependencies()
184 Status OrderCollectives(Graph* graph, GraphCollectiveOrder order_type) { in OrderCollectives() argument
202 return InsertControlDependencies(graph, order_type, dependency_edges); in OrderCollectives()
Dcollective_order.h32 Status OrderCollectives(Graph* graph, GraphCollectiveOrder order_type);
/external/oboe/samples/RhythmGame/third_party/glm/gtx/
Dio.hpp41 enum order_type { column_major, row_major}; enum
60 order_type order;
137 order_type value;
139 GLM_FUNC_DECL explicit order(order_type);
Dio.inl92 GLM_FUNC_QUALIFIER order::order(order_type a)
/external/libcups/scheduler/
Dauth.h89 order_type, /* Allow or Deny */ member
Dconf.c1378 po->order_type = CUPSD_AUTH_ALLOW; in cupsdReadConfiguration()
1398 po->order_type = CUPSD_AUTH_ALLOW; in cupsdReadConfiguration()
1442 po->order_type = CUPSD_AUTH_ALLOW; in cupsdReadConfiguration()
1478 po->order_type = CUPSD_AUTH_ALLOW; in cupsdReadConfiguration()
2099 loc->order_type = CUPSD_AUTH_ALLOW; in parse_aaa()
2101 loc->order_type = CUPSD_AUTH_DENY; in parse_aaa()
Dauth.c912 switch (loc->order_type) in cupsdCheckAccess()
1298 temp->order_type = loc->order_type; in cupsdCopyLocation()