/external/tensorflow/tensorflow/core/grappler/optimizers/data/ |
D | BUILD | 54 "//tensorflow/core/grappler:op_types", 77 "//tensorflow/core/grappler:op_types", 116 "//tensorflow/core/grappler:op_types", 150 "//tensorflow/core/grappler:op_types", 185 "//tensorflow/core/grappler:op_types", 220 "//tensorflow/core/grappler:op_types", 258 "//tensorflow/core/grappler:op_types", 296 "//tensorflow/core/grappler:op_types", 333 "//tensorflow/core/grappler:op_types", 455 "//tensorflow/core/grappler:op_types", [all …]
|
/external/tensorflow/tensorflow/core/grappler/ |
D | BUILD | 22 name = "op_types", 23 srcs = ["op_types.cc"], 24 hdrs = ["op_types.h"], 158 ":op_types", 177 ":op_types", 232 ":op_types",
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | BUILD | 43 "//tensorflow/core/grappler:op_types", 82 "//tensorflow/core/grappler:op_types", 119 "//tensorflow/core/grappler:op_types", 177 "//tensorflow/core/grappler:op_types", 206 "//tensorflow/core/grappler:op_types", 289 "//tensorflow/core/grappler:op_types", 359 "//tensorflow/core/grappler:op_types", 411 "//tensorflow/core/grappler:op_types", 455 "//tensorflow/core/grappler:op_types", 526 "//tensorflow/core/grappler:op_types", [all …]
|
/external/tensorflow/tensorflow/core/profiler/internal/advisor/ |
D | operation_checker.h | 46 if (node->op_types().find("FusedBatchNorm") != node->op_types().end()) { in Check()
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | BUILD | 32 "//tensorflow/core/grappler:op_types", 67 "//tensorflow/core/grappler:op_types", 97 "//tensorflow/core/grappler:op_types", 200 "//tensorflow/core/grappler:op_types", 308 "//tensorflow/core/grappler:op_types", 369 "//tensorflow/core/grappler:op_types",
|
/external/tensorflow/tensorflow/core/profiler/internal/ |
D | tfprof_node.h | 390 node_.mutable_op_types()->Reserve(op_types().size()); in ToProto() 391 for (const string& t : op_types()) { in ToProto() 443 op_types_.insert(node_.op_types().begin(), node_.op_types().end()); in FromProto() 688 const std::set<string>& op_types() const { return op_types_; } in op_types() function 800 op_types_.insert(node->op_types().begin(), node->op_types().end()); in SnapshotNodes() 854 const std::set<string>& op_types() const { return op_types_; } in op_types() function 874 for (const string& type : n.second->op_types()) { in pick_nodes()
|
D | tfprof_show.cc | 129 for (const string& type : node->node->op_types()) { in ReAccount() 208 const std::set<string>& op_types = node->node->op_types(); in FormatNode() local 209 info.push_back(absl::StrJoin(op_types, "|")); in FormatNode()
|
D | tfprof_op.cc | 296 std::set<string> op_types = node->node->op_types(); in FormatNode() local 297 attrs.push_back(absl::StrJoin(op_types, "|")); in FormatNode()
|
D | tfprof_code.cc | 693 std::set<string> op_types = node->node->op_types(); in FormatNode() local 694 attrs.push_back(absl::StrJoin(op_types, "|")); in FormatNode()
|
/external/tensorflow/tensorflow/core/grappler/graph_analyzer/ |
D | BUILD | 30 "//tensorflow/core/grappler:op_types", 66 "//tensorflow/core/grappler:op_types",
|
/external/tensorflow/tensorflow/python/autograph/utils/ |
D | testing.py | 150 def assertOpsNotCreated(self, op_types): argument 151 self.assertEmpty(set(op_types) & set(self.trace_log))
|
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/ |
D | quantization_driver.cc | 484 std::vector<QuantParams> op_types; in GetBiasParams() local 485 op_types.reserve(non_biases.size()); in GetBiasParams() 488 op_types.push_back(non_bias_type.params); in GetBiasParams() 490 if (op_types.empty()) return {}; in GetBiasParams() 491 return func(op_types, legacy_float_scale_); in GetBiasParams()
|
D | quantization_utils.cc | 377 const std::vector<quant::QuantizedType>& op_types, in GetUniformQuantizedTypeForBias() argument 379 if (op_types.empty()) return {}; in GetUniformQuantizedTypeForBias() 388 for (auto op_type : op_types) { in GetUniformQuantizedTypeForBias() 409 for (auto op_type : op_types) { in GetUniformQuantizedTypeForBias()
|
/external/tensorflow/tensorflow/core/grappler/costs/ |
D | BUILD | 79 "//tensorflow/core/grappler:op_types", 280 "//tensorflow/core/grappler:op_types", 374 "//tensorflow/core/grappler:op_types",
|
/external/tensorflow/tensorflow/python/debug/lib/ |
D | dumping_callback_test.py | 921 op_types = [digest.op_type for digest in graph_op_digests] 922 self.assertIn("AddV2", op_types) 923 self.assertIn("Log", op_types) 924 self.assertIn("Sin", op_types) 1069 op_types = [digest.op_type for digest in graph_op_digests] 1070 self.assertIn("Less", op_types) 1071 self.assertIn("Mul", op_types) 1072 self.assertIn("AddV2", op_types)
|
/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/pcre/dist2/src/sljit/ |
D | sljitNativeX86_common.c | 688 sljit_u32 op_types, 694 sljit_u32 op_types, 1604 sljit_u32 op_types, argument 1610 sljit_u8 op_eax_imm = (op_types >> 24); 1611 sljit_u8 op_rm = (op_types >> 16) & 0xff; 1612 sljit_u8 op_mr = (op_types >> 8) & 0xff; 1613 sljit_u8 op_imm = op_types & 0xff; 1724 sljit_u32 op_types, argument 1730 sljit_u8 op_eax_imm = (op_types >> 24); 1731 sljit_u8 op_rm = (op_types >> 16) & 0xff; [all …]
|
/external/tensorflow/tensorflow/python/framework/ |
D | op_callbacks_test.py | 437 op_types = [] 445 op_types.append(compat.as_bytes(op_type)) 456 self.assertIn(_ADD_OP, op_types) 457 self.assertIn(_LOG_OP, op_types)
|
/external/tensorflow/tensorflow/compiler/tf2tensorrt/ |
D | BUILD | 304 "//tensorflow/core/grappler:op_types", 410 "//tensorflow/core/grappler:op_types",
|
/external/tensorflow/tensorflow/core/kernels/ |
D | remote_fused_graph_execute_utils.h | 292 const GraphDef& graph_def, const std::unordered_set<string>& op_types);
|
/external/tensorflow/tensorflow/core/util/ |
D | debug_events_writer_test.cc | 571 std::vector<string> op_types; in TEST_F() local 574 op_types.push_back(actuals[i].graph_op_creation().op_type()); in TEST_F() 579 EXPECT_EQ(op_types[i], "Log"); in TEST_F()
|
/external/tensorflow/tensorflow/python/debug/cli/ |
D | analyzer_cli_test.py | 215 op_types = [] 226 op_types.append(items[2]) 242 sorted_op_types = sorted(op_types) 245 tst.assertEqual(sorted_op_types, op_types) 258 tst.assertEqual(op_type, op_types[index])
|
/external/tensorflow/tensorflow/core/profiler/ |
D | tfprof_log.proto | 85 repeated string op_types = 5; field
|
/external/tensorflow/tensorflow/core/kernels/data/ |
D | hash_utils.cc | 60 const std::array<const char*, SIZE>& op_types) { in IsNodeOfType() argument 61 for (const auto& type : op_types) { in IsNodeOfType()
|
/external/tensorflow/tensorflow/core/profiler/g3doc/ |
D | options.md | 125 …celerator_micros|cpu_micros|params|float_ops|occurrence|tensor_value|device|op_types|input_shapes].
|