/external/tensorflow/tensorflow/lite/profiling/ |
D | profiler.h | 131 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
|
D | profile_summarizer.cc | 67 int node_index) { in GetOperatorDetails()
|
/external/tensorflow/tensorflow/lite/ |
D | graph_info.cc | 61 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
|
D | optional_debug_tools.cc | 98 for (size_t node_index = 0; node_index < interpreter->nodes_size(); in PrintInterpreterState() local
|
D | arena_planner.cc | 286 int node_index) { in CalculateAllocationOfInternalTensors() 299 int node_index) { in CalculateDeallocationOfInternalTensors()
|
D | interpreter.h | 263 int node_index) const { in node_and_registration()
|
D | interpreter.cc | 122 const TfLiteRegistration* registration, int* node_index) { in AddNodeWithParameters()
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | subgraph_test_util.cc | 83 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/ |
D | subgraph.cc | 29 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()
|
D | subgraph.h | 189 int node_index) const { in node_and_registration()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | encapsulate_util_test.cc | 43 auto node_index = g.BuildNodeNameIndex(); in TEST() local
|
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
D | node_info_delegate.cc | 47 for (size_t node_index = 0; node_index < num_nodes; node_index++) { in OnDelegatePrepareCalled() local
|
D | calibration_common.h | 45 int node_index; member
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | base_layer.py | 1007 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
|
D | network.py | 1654 def _make_node_key(layer_name, node_index): argument 1687 node_index, argument
|
/external/google-breakpad/src/processor/ |
D | static_map-inl.h | 133 int node_index = 0; in ValidateInMemoryStructure() local
|
/external/adhd/cras/src/tests/ |
D | cras_test_client.c | 1366 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
|
D | cras_monitor.c | 71 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/ |
D | delegate.cc | 54 for (int node_index : TfLiteIntArrayView(plan)) { in Prepare() local
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | layer_utils.py | 31 def get_source_inputs(tensor, layer=None, node_index=None): argument
|
/external/tensorflow/tensorflow/compiler/jit/graphcycles/ |
D | graphcycles_test.cc | 247 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/ |
D | port.cc | 189 int node_index = kNUMANoAffinity; in NUMAGetThreadNodeAffinity() local
|
/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
D | nnapi_delegate.cc | 987 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/ |
D | graph_partition_test.cc | 606 int node_index = placeholders.size() + i; in TEST() local 688 int node_index = 0; in TEST() local
|
/external/tensorflow/tensorflow/core/framework/ |
D | function.cc | 412 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()
|