Home
last modified time | relevance | path

Searched refs:node_id_ (Results 1 – 21 of 21) sorted by relevance

/external/marisa-trie/lib/marisa/grimoire/trie/
Dstate.h24 : 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
Dhistory.h13 : 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/
Dpooling_layer_builder.cc32 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()
Ddummy_op_builder.cc28 SetDebugName("DummyOpBuilder", node_id_); in DebugName()
Dconcatenation_op_builder.h30 if (debug_name_.empty()) SetDebugName("ConcatOpBuilder", node_id_); in DebugName()
Dop_builder.cc187 void OpBuilder::SetNodeID(int id) { node_id_ = id; } in SetNodeID()
191 int OpBuilder::GetID() const { return node_id_; } in GetID()
Dsoftmax_op_builder.cc23 if (debug_name_.empty()) SetDebugName("SoftmaxOpBuilder", node_id_); in DebugName()
Dthreshold_layer_builder.cc24 if (debug_name_.empty()) SetDebugName("ThresholdLayerBuilder", node_id_); in DebugName()
Dhardswish_op_builder.cc27 if (debug_name_.empty()) SetDebugName("HardSwishOpBuilder", node_id_); in DebugName()
Dresize_bilinear_op_builder.cc33 SetDebugName("ResizeBilinearOpBuilder", node_id_); in DebugName()
Dadd_op_builder.cc28 if (debug_name_.empty()) SetDebugName("AddOpBuilder", node_id_); in DebugName()
Dmul_op_builder.cc31 if (debug_name_.empty()) SetDebugName("MulOpBuilder", node_id_); in DebugName()
Dop_builder.h159 int node_id_ = -1; variable
Dactivation_layer_builder.cc28 if (debug_name_.empty()) SetDebugName("ActivationLayerBuilder", node_id_); in DebugName()
Dpad_op_builder.cc32 node_id_); in DebugName()
Dreshape_op_builder.cc31 SetDebugName("ReshapeOpBuilder", node_id_); in DebugName()
Dfully_connected_op_builder.cc28 if (debug_name_.empty()) SetDebugName("FullyConnectedOpBuilder", node_id_); in DebugName()
Dconvolution_op_builder.cc29 if (debug_name_.empty()) SetDebugName("ConvolutionOpBuilder", node_id_); in DebugName()
/external/tensorflow/tensorflow/compiler/mlir/hlo/lib/Dialect/mhlo/transforms/
Dmhlo_fusion.cc283 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/
Dgpu_device.cc180 : 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/
Dinterpreter_test.cc1187 : 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