/external/marisa-trie/lib/marisa/grimoire/trie/ |
D | state.h | 24 : key_buf_(), history_(), node_id_(0), query_pos_(0), in State() 29 node_id_ = (UInt32)node_id; in set_node_id() 44 return node_id_; in node_id() 75 node_id_ = 0; in lookup_init() 85 node_id_ = 0; in common_prefix_search_init() 94 node_id_ = 0; in predictive_search_init() 103 UInt32 node_id_; variable
|
D | history.h | 13 : node_id_(0), louds_pos_(0), key_pos_(0), in History() 18 node_id_ = (UInt32)node_id; in set_node_id() 38 return node_id_; in node_id() 54 UInt32 node_id_;
|
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/ |
D | pooling_layer_builder.cc | 32 SetDebugName("PoolingLayerBuilder (AVERAGE)", node_id_); in DebugName() 35 SetDebugName("PoolingLayerBuilder (MAX)", node_id_); in DebugName() 38 SetDebugName("PoolingLayerBuilder (L2, unsupported)", node_id_); in DebugName() 41 SetDebugName("PoolingLayerBuilder (MEAN)", node_id_); in DebugName() 44 SetDebugName("PoolingLayerBuilder (ERROR)", node_id_); in DebugName()
|
D | dummy_op_builder.cc | 28 SetDebugName("DummyOpBuilder", node_id_); in DebugName()
|
D | concatenation_op_builder.h | 30 if (debug_name_.empty()) SetDebugName("ConcatOpBuilder", node_id_); in DebugName()
|
D | op_builder.cc | 187 void OpBuilder::SetNodeID(int id) { node_id_ = id; } in SetNodeID() 191 int OpBuilder::GetID() const { return node_id_; } in GetID()
|
D | softmax_op_builder.cc | 23 if (debug_name_.empty()) SetDebugName("SoftmaxOpBuilder", node_id_); in DebugName()
|
D | threshold_layer_builder.cc | 24 if (debug_name_.empty()) SetDebugName("ThresholdLayerBuilder", node_id_); in DebugName()
|
D | hardswish_op_builder.cc | 27 if (debug_name_.empty()) SetDebugName("HardSwishOpBuilder", node_id_); in DebugName()
|
D | resize_bilinear_op_builder.cc | 33 SetDebugName("ResizeBilinearOpBuilder", node_id_); in DebugName()
|
D | add_op_builder.cc | 28 if (debug_name_.empty()) SetDebugName("AddOpBuilder", node_id_); in DebugName()
|
D | mul_op_builder.cc | 31 if (debug_name_.empty()) SetDebugName("MulOpBuilder", node_id_); in DebugName()
|
D | op_builder.h | 159 int node_id_ = -1; variable
|
D | activation_layer_builder.cc | 28 if (debug_name_.empty()) SetDebugName("ActivationLayerBuilder", node_id_); in DebugName()
|
D | pad_op_builder.cc | 32 node_id_); in DebugName()
|
D | reshape_op_builder.cc | 31 SetDebugName("ReshapeOpBuilder", node_id_); in DebugName()
|
D | fully_connected_op_builder.cc | 28 if (debug_name_.empty()) SetDebugName("FullyConnectedOpBuilder", node_id_); in DebugName()
|
D | convolution_op_builder.cc | 29 if (debug_name_.empty()) SetDebugName("ConvolutionOpBuilder", node_id_); in DebugName()
|
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/ |
D | mhlo_fusion.cc | 283 Cluster(int node_id, FusionPlanner* planner) : node_id_(node_id) { in Cluster() 299 int cycles_graph_node_id() const { return node_id_; } in cycles_graph_node_id() 303 node_id_ = cycles_graph_node_id; in set_cycles_graph_node_id() 311 int node_id_; member in mlir::mhlo::__anonbfa6fffa0111::FusionPlanner::Cluster
|
/external/tensorflow/tensorflow/compiler/xla/pjrt/ |
D | gpu_device.cc | 180 : node_id_(node_id), in NcclIdStore() 187 const int node_id_; member in xla::__anon0c1acb180111::NcclIdStore 209 if (node_id_ == primary_node_id) { in GetNcclUniqueId()
|
/external/tensorflow/tensorflow/lite/ |
D | interpreter_test.cc | 1187 : node_id_(node_id), run_order_(run_order) {} in CallReporting() 1189 void Record() { run_order_->push_back(node_id_); } in Record() 1193 int node_id_; member in tflite::__anonc83d92200111::TestExecutionPlan::CallReporting
|