Home
last modified time | relevance | path

Searched defs:op_types (Results 1 – 9 of 9) sorted by relevance

/external/parameter-framework/asio-1.10.6/include/asio/detail/
Dselect_reactor.hpp43 enum op_types { read_op = 0, write_op = 1, except_op = 2, enum in asio::detail::select_reactor
/external/tensorflow/tensorflow/contrib/graph_editor/tests/
Dmatch.py41 def op_type(op_types, op=None): argument
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_show.cc208 const std::set<string>& op_types = node->node->op_types(); in FormatNode() local
Dtfprof_op.cc302 std::set<string> op_types = node->node->op_types(); in FormatNode() local
Dtfprof_node.h689 const std::set<string>& op_types() const { return op_types_; } in op_types() function
855 const std::set<string>& op_types() const { return op_types_; } in op_types() function
Dtfprof_code.cc678 std::set<string> op_types = node->node->op_types(); in FormatNode() local
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto84 repeated string op_types = 5; field
/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c1406 sljit_u32 op_types,
1526 sljit_u32 op_types,
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.cc1399 const GraphDef& graph_def, const std::unordered_set<string>& op_types) { in BuildNodeMapFromOpTypes()