Home
last modified time | relevance | path

Searched defs:node_index (Results 1 – 25 of 31) sorted by relevance

12

/external/tensorflow/tensorflow/lite/profiling/
Dprofiler.h131 ScopedOperatorProfile(Profiler* profiler, const char* tag, int node_index) in ScopedOperatorProfile()
156 #define SCOPED_TAGGED_OPERATOR_PROFILE(profiler, tag, node_index) \ argument
159 #define SCOPED_OPERATOR_PROFILE(profiler, node_index) \ argument
177 #define SCOPED_TAGGED_OPERATOR_PROFILE(profiler, tag, node_index) argument
178 #define SCOPED_OPERATOR_PROFILE(profiler, node_index) argument
Dprofile_summarizer.cc67 int node_index) { in GetOperatorDetails()
/external/tensorflow/tensorflow/lite/
Dgraph_info.cc61 for (auto node_index : TfLiteIntArrayView(nodes_to_partition)) { in PartitionGraphIntoIndependentNodeSubsetsImpl() local
76 for (int node_index = 0; node_index < info_->num_nodes(); node_index++) { in Partition() local
135 bool UpdateNode(int node_index) { in UpdateNode()
199 for (int node_index = 0; node_index < info_->num_nodes(); node_index++) { in BuildNodeSubset() local
Doptional_debug_tools.cc98 for (size_t node_index = 0; node_index < interpreter->nodes_size(); in PrintInterpreterState() local
Darena_planner.cc286 int node_index) { in CalculateAllocationOfInternalTensors()
299 int node_index) { in CalculateDeallocationOfInternalTensors()
Dinterpreter.h263 int node_index) const { in node_and_registration()
Dinterpreter.cc122 const TfLiteRegistration* registration, int* node_index) { in AddNodeWithParameters()
/external/tensorflow/tensorflow/lite/kernels/
Dsubgraph_test_util.cc83 int node_index; in BuildAddSubgraph() local
113 int node_index; in BuildMulSubgraph() local
142 int node_index; in BuildPadSubgraph() local
179 int node_index; in BuildIfSubgraph() local
211 int node_index; in BuildLessEqualCondSubgraph() local
247 int node_index; in BuildAccumulateLoopBodySubgraph() local
297 int node_index; in BuildPadLoopBodySubgraph() local
342 int node_index; in BuildWhileSubgraph() local
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc29 int node_index, const char* message) { in ReportOpError()
122 int node_index = subgraph_->execution_plan()[index]; in node() local
297 int node_index; in ReplaceNodeSubsetsWithDelegateKernels() local
521 const TfLiteRegistration* registration, int* node_index) { in AddNodeWithParameters()
615 int node_index = execution_plan_[execution_plan_index]; in PrepareOpsStartingAt() local
694 int node_index = execution_plan_[execution_plan_index]; in Invoke() local
801 int node_index, TfLiteNode** node, TfLiteRegistration** registration) { in GetNodeAndRegistration()
813 struct TfLiteContext* context, int node_index, TfLiteNode** node, in GetNodeAndRegistration()
914 for (int node_index : new_plan) { in SetExecutionPlan() local
981 TfLiteRegistration** registration) { in SwitchToKernelContext()
Dsubgraph.h189 int node_index) const { in node_and_registration()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_util_test.cc43 auto node_index = g.BuildNodeNameIndex(); in TEST() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dnode_info_delegate.cc47 for (size_t node_index = 0; node_index < num_nodes; node_index++) { in OnDelegatePrepareCalled() local
Dcalibration_common.h45 int node_index; member
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer.py1007 def get_input_mask_at(self, node_index): argument
1026 def get_output_mask_at(self, node_index): argument
1087 def get_input_shape_at(self, node_index): argument
1106 def get_output_shape_at(self, node_index): argument
1125 def get_input_at(self, node_index): argument
1143 def get_output_at(self, node_index): argument
1655 def _get_node_attribute_at_index(self, node_index, attr, attr_name): argument
Dnetwork.py1654 def _make_node_key(layer_name, node_index): argument
1687 node_index, argument
/external/google-breakpad/src/processor/
Dstatic_map-inl.h133 int node_index = 0; in ValidateInMemoryStructure() local
/external/adhd/cras/src/tests/
Dcras_test_client.c1366 int node_index = atoi(strtok(NULL, ":")); in main() local
1377 int node_index = atoi(strtok(NULL, ":")); in main() local
1394 int node_index = atoi(strtok(NULL, ":")); in main() local
1414 int node_index; in main() local
1468 int node_index = atoi(strtok(NULL, ":")); in main() local
1533 int node_index; in main() local
Dcras_monitor.c71 uint32_t node_index = node_index_of(node_id); in node_array_index_of_node_id() local
91 size_t node_index; in node_name_for_node_id() local
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate.cc54 for (int node_index : TfLiteIntArrayView(plan)) { in Prepare() local
/external/tensorflow/tensorflow/python/keras/utils/
Dlayer_utils.py31 def get_source_inputs(tensor, layer=None, node_index=None): argument
/external/tensorflow/tensorflow/compiler/jit/graphcycles/
Dgraphcycles_test.cc247 int node_index = RandomNode(&rnd, &nodes); in TEST() local
357 int node_index = RandomNode(&rnd, &nodes); in TEST() local
/external/tensorflow/tensorflow/core/platform/posix/
Dport.cc189 int node_index = kNUMANoAffinity; in NUMAGetThreadNodeAffinity() local
/external/tensorflow/tensorflow/lite/delegates/nnapi/
Dnnapi_delegate.cc987 for (auto node_index : TfLiteIntArrayView(params->nodes_to_replace)) { in Init() local
1223 for (auto node_index : nodes_) { in AddOpsAndTensors() local
1397 for (int node_index : TfLiteIntArrayView(plan)) { in NnApiDelegate() local
/external/tensorflow/tensorflow/core/graph/
Dgraph_partition_test.cc606 int node_index = placeholders.size() + i; in TEST() local
688 int node_index = 0; in TEST() local
/external/tensorflow/tensorflow/core/framework/
Dfunction.cc412 string Name(int node_index, int output_index) const { in Name()
429 void AddInput(int node_index, int output_node, int output_index) { in AddInput()
435 void AddDep(int node_index, int dep_index) { in AddDep()

12