Searched defs:op_types (Results  1 – 13 of 13) sorted by relevance
| /external/tensorflow/tensorflow/compiler/xla/client/lib/ | 
| D | approx_topk.cc | 42   std::vector<PrimitiveType> op_types;  in GetOperandTypes()  local71     XlaBuilder* builder, absl::Span<const PrimitiveType> op_types,  in BuildReductionComputation()
 123     auto op_types = status_or_optypes.value();  in AggregateToTopKBuilder()  local
 175   auto op_types = status_or_optypes.value();  in ApproxTopK()  local
 
 | 
| /external/parameter-framework/asio-1.10.6/include/asio/detail/ | 
| D | select_reactor.hpp | 43   enum op_types { read_op = 0, write_op = 1, except_op = 2,  enum in asio::detail::select_reactor
 | 
| /external/tensorflow/tensorflow/core/profiler/internal/ | 
| D | tfprof_show.cc | 208     const std::set<string>& op_types = node->node->op_types();  in FormatNode()  local
 | 
| D | tfprof_op.cc | 297     std::set<string> op_types = node->node->op_types();  in FormatNode()  local
 | 
| D | tfprof_node.h | 688   const std::set<string>& op_types() const { return op_types_; }  in op_types()  function854   const std::set<string>& op_types() const { return op_types_; }  in op_types()  function
 
 | 
| D | tfprof_code.cc | 691     std::set<string> op_types = node->node->op_types();  in FormatNode()  local
 | 
| /external/tensorflow/tensorflow/python/autograph/utils/ | 
| D | testing.py | 146   def assertOpsNotCreated(self, op_types):  argument
 | 
| /external/tensorflow/tensorflow/core/profiler/ | 
| D | tfprof_log.proto | 85   repeated string op_types = 5;  field
 | 
| /external/tensorflow/tensorflow/core/data/ | 
| D | hash_utils.cc | 62                   const std::array<const char*, SIZE>& op_types) {  in IsNodeOfType()
 | 
| /external/tensorflow/tensorflow/core/util/ | 
| D | debug_events_writer_test.cc | 571   std::vector<string> op_types;  in TEST_F()  local
 | 
| /external/pcre/src/sljit/ | 
| D | sljitNativeX86_common.c | 1736 	sljit_u32 op_types,1843 	sljit_u32 op_types,
 
 | 
| /external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ | 
| D | quantization_utils.cc | 469     const std::vector<quant::QuantizedType>& op_types,  in GetUniformQuantizedTypeForBias()
 | 
| D | quantization_driver.cc | 522   std::vector<QuantParams> op_types;  in GetBiasParams()  local
 |