Home
last modified time | relevance | path

Searched refs:op_types (Results 1 – 25 of 28) sorted by relevance

12

/external/tensorflow/tensorflow/core/grappler/optimizers/data/
DBUILD54 "//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/
DBUILD22 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/
DBUILD43 "//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/
Doperation_checker.h46 if (node->op_types().find("FusedBatchNorm") != node->op_types().end()) { in Check()
/external/tensorflow/tensorflow/core/grappler/utils/
DBUILD32 "//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/
Dtfprof_node.h390 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()
Dtfprof_show.cc129 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()
Dtfprof_op.cc296 std::set<string> op_types = node->node->op_types(); in FormatNode() local
297 attrs.push_back(absl::StrJoin(op_types, "|")); in FormatNode()
Dtfprof_code.cc693 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/
DBUILD30 "//tensorflow/core/grappler:op_types",
66 "//tensorflow/core/grappler:op_types",
/external/tensorflow/tensorflow/python/autograph/utils/
Dtesting.py150 def assertOpsNotCreated(self, op_types): argument
151 self.assertEmpty(set(op_types) & set(self.trace_log))
/external/tensorflow/tensorflow/compiler/mlir/lite/quantization/
Dquantization_driver.cc484 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()
Dquantization_utils.cc377 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/
DBUILD79 "//tensorflow/core/grappler:op_types",
280 "//tensorflow/core/grappler:op_types",
374 "//tensorflow/core/grappler:op_types",
/external/tensorflow/tensorflow/python/debug/lib/
Ddumping_callback_test.py921 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/
Dselect_reactor.hpp43 enum op_types { read_op = 0, write_op = 1, except_op = 2, enum in asio::detail::select_reactor
/external/pcre/dist2/src/sljit/
DsljitNativeX86_common.c688 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/
Dop_callbacks_test.py437 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/
DBUILD304 "//tensorflow/core/grappler:op_types",
410 "//tensorflow/core/grappler:op_types",
/external/tensorflow/tensorflow/core/kernels/
Dremote_fused_graph_execute_utils.h292 const GraphDef& graph_def, const std::unordered_set<string>& op_types);
/external/tensorflow/tensorflow/core/util/
Ddebug_events_writer_test.cc571 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/
Danalyzer_cli_test.py215 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/
Dtfprof_log.proto85 repeated string op_types = 5; field
/external/tensorflow/tensorflow/core/kernels/data/
Dhash_utils.cc60 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/
Doptions.md125 …celerator_micros|cpu_micros|params|float_ops|occurrence|tensor_value|device|op_types|input_shapes].

12