Home
last modified time | relevance | path

Searched defs:op_types (Results 1 – 13 of 13) 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/core/profiler/internal/
Dtfprof_show.cc208 const std::set<string>& op_types = node->node->op_types(); in FormatNode() local
Dtfprof_op.cc296 std::set<string> op_types = node->node->op_types(); in FormatNode() local
Dtfprof_node.h688 const std::set<string>& op_types() const { return op_types_; } in op_types() function
854 const std::set<string>& op_types() const { return op_types_; } in op_types() function
Dtfprof_code.cc693 std::set<string> op_types = node->node->op_types(); in FormatNode() local
/external/tensorflow/tensorflow/python/autograph/utils/
Dtesting.py150 def assertOpsNotCreated(self, op_types): argument
/external/tensorflow/tensorflow/core/profiler/
Dtfprof_log.proto85 repeated string op_types = 5; field
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_utils.cc377 const std::vector<quant::QuantizedType>& op_types, in GetUniformQuantizedTypeForBias()
Dquantization_driver.cc484 std::vector<QuantParams> op_types; in GetBiasParams() local
/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc60 const std::array<const char*, SIZE>& op_types) { in IsNodeOfType()
/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c1604 sljit_u32 op_types,
1724 sljit_u32 op_types,
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer_test.cc571 std::vector<string> op_types; in TEST_F() local
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.cc1401 const GraphDef& graph_def, const std::unordered_set<string>& op_types) { in BuildNodeMapFromOpTypes()