/external/tensorflow/tensorflow/lite/core/api/ |
D | profiler.h | 85 ScopedOperatorProfile(Profiler* profiler, const char* tag, int node_index) in ScopedOperatorProfile() 93 int node_index) in ScopedDelegateOperatorProfile() 107 #define TFLITE_SCOPED_TAGGED_OPERATOR_PROFILE(profiler, tag, node_index) \ argument 111 #define TFLITE_SCOPED_DELEGATE_OPERATOR_PROFILE(profiler, tag, node_index) \ argument
|
/external/tensorflow/tensorflow/core/grappler/utils/ |
D | graph_view.h | 48 FaninView(GraphView* graph_view, int node_index, int port_index) in FaninView() 65 FanoutView(GraphView* graph_view, int node_index, int port_index) in FanoutView() 82 explicit NodeView(GraphView* graph_view, int node_index) in NodeView() 143 MutableFaninView(MutableGraphView* graph_view, int node_index, int port_index) in MutableFaninView() 146 explicit MutableFaninView(MutableGraphView* graph_view, int node_index, in MutableFaninView() 178 MutableFanoutView(MutableGraphView* graph_view, int node_index, in MutableFanoutView() 182 explicit MutableFanoutView(MutableGraphView* graph_view, int node_index, in MutableFanoutView() 211 explicit MutableNodeView(MutableGraphView* graph_view, int node_index) in MutableNodeView()
|
D | graph_view_internal.h | 49 NodeIndexAndPortIndex(GraphViewT* graph_view, int node_index, int port_index) in NodeIndexAndPortIndex() 73 int node_index() const { return node_index_; } in node_index() function 130 explicit NodeViewInternal(GraphViewT* graph_view, int node_index) in NodeViewInternal() 156 int node_index() const { return node_index_; } in node_index() function 291 const NodeViewT* GetNode(int node_index) const { in GetNode() 298 NodeViewT* GetNode(int node_index) { in GetNode() 366 int node_index; member
|
D | graph_view.cc | 111 const int node_index = node_index_by_name_.size(); in AddUniqueNodeInternal() local 124 const int node_index = node_view->node_index_; in CheckAndAddFaninsInternal() local 491 const int node_index = node_index_by_name_.size(); in AddUniqueNodeInternal() local 617 for (int node_index : mutation_.removed_nodes_) { in GetNodeNamesAndPartitionUpdatedNodes() local 945 int node_index; in AddNewNodes() local 1308 for (int node_index : mutation_.removed_nodes_) { in RemoveNodesInternal() local 1396 const int node_index; member
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | subgraph_test_util.cc | 68 int node_index; in BuildAddSubgraph() local 98 int node_index; in BuildMulSubgraph() local 127 int node_index; in BuildPadSubgraph() local 161 int node_index; in BuildIfSubgraph() local 192 int node_index; in BuildLessEqualCondSubgraph() local 228 int node_index; in BuildAccumulateLoopBodySubgraph() local 278 int node_index; in BuildPadLoopBodySubgraph() local 320 int node_index; in BuildWhileSubgraph() local
|
D | variable_ops_test.cc | 67 int node_index; in ConstructGraph() local
|
/external/tensorflow/tensorflow/lite/ |
D | graph_info.cc | 63 for (auto node_index : TfLiteIntArrayView(nodes_to_partition)) { in PartitionGraphIntoIndependentNodeSubsetsImpl() local 78 for (int node_index = 0; node_index < info_->num_nodes(); node_index++) { in Partition() local 137 bool UpdateNode(int node_index) { in UpdateNode() 201 for (int node_index = 0; node_index < info_->num_nodes(); node_index++) { in BuildNodeSubset() local
|
D | arena_planner.cc | 318 int node_index) { in CalculateTensorAllocation() 342 int node_index) { in CalculateAllocationOfInternalTensors() 356 int node_index) { in CalculateDeallocationOfInternalTensors()
|
D | optional_debug_tools.cc | 101 for (size_t node_index = 0; node_index < interpreter->nodes_size(); in PrintInterpreterState() local
|
/external/tensorflow/tensorflow/lite/core/ |
D | subgraph.cc | 54 int node_index, const char* message) { in ReportOpError() 159 int node_index = subgraph_->execution_plan()[index]; in node() local 162 size_t node_index(size_t index) const override { in node_index() function in tflite::InterpreterInfo 209 for (int node_index = 0; node_index < nodes_and_registration_.size(); in ~Subgraph() local 225 void Subgraph::CleanupNode(int node_index) { in CleanupNode() 379 int node_index; in ReplaceNodeSubsetsWithDelegateKernels() local 668 const TfLiteRegistration* registration, int* node_index) { in AddNodeWithParameters() 797 int node_index = execution_plan_[execution_plan_index]; in PrepareOpsStartingAt() local 876 int node_index = execution_plan_[execution_plan_index]; in Invoke() local 999 int node_index, TfLiteNode** node, TfLiteRegistration** registration) { in GetNodeAndRegistration() [all …]
|
/external/tensorflow/tensorflow/lite/profiling/ |
D | profile_summarizer.cc | 29 uint32_t node_index; member 71 uint32_t node_index) { in GetOperatorDetails() 144 const auto node_index = event->event_metadata; in ProcessProfiles() local
|
/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 | 50 for (size_t node_index = 0; node_index < num_nodes; node_index++) { in OnDelegatePrepareCalled() local
|
D | calibration_common.h | 57 int node_index; member
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | model_builder_test.cc | 231 TfLiteRegistration** registration) { in TEST() 287 TfLiteRegistration** registration) { in TEST() 404 TfLiteRegistration** registration) { in TEST() 560 TfLiteRegistration** registration) { in TEST()
|
/external/tensorflow/tensorflow/lite/experimental/delegates/hexagon/ |
D | hexagon_delegate_kernel.cc | 122 for (auto node_index : TfLiteIntArrayView(params->nodes_to_replace)) { in Init() local 253 for (int node_index : nodes_) { in BuildGraph() local
|
/external/tensorflow/tensorflow/lite/micro/ |
D | micro_optional_debug_tools.cc | 122 for (size_t node_index = 0; node_index < interpreter->operators_size(); in PrintInterpreterState() local
|
D | micro_interpreter.h | 102 const NodeAndRegistration node_and_registration(int node_index) const { in node_and_registration()
|
/external/tensorflow/tensorflow/core/grappler/optimizers/ |
D | remapper.cc | 350 bool FindContractionWithBias(const RemapperContext& ctx, int node_index, in FindContractionWithBias() 390 const RemapperContext& ctx, int node_index, in FindContractionWithBiasAndActivation() 425 bool FindConv2DWithSqueezeAndBias(const RemapperContext& ctx, int node_index, in FindConv2DWithSqueezeAndBias() 480 bool FindConv2DWithBatchNorm(const RemapperContext& ctx, int node_index, in FindConv2DWithBatchNorm() 529 const RemapperContext& ctx, int node_index, in FindConv2DWithBatchNormAndActivation() 626 int node_index, in FindContractionWithBiasAddAndAdd() 633 const RemapperContext& ctx, int node_index, in FindContractionWithBiasAndAddActivation() 667 bool FindFusedBatchNorm(const RemapperContext& ctx, int node_index, in FindFusedBatchNorm() 726 bool FindFusedBatchNormEx(const RemapperContext& ctx, int node_index, in FindFusedBatchNormEx() 1460 bool RequiresInferredShapes(const RemapperContext& ctx, int node_index) { in RequiresInferredShapes()
|
/external/google-breakpad/src/processor/ |
D | static_map-inl.h | 133 int node_index = 0; in ValidateInMemoryStructure() local
|
/external/adhd/cras/src/tools/cras_monitor/ |
D | cras_monitor.c | 70 uint32_t node_index = node_index_of(node_id); in node_array_index_of_node_id() local 90 size_t node_index; in node_name_for_node_id() local
|
/external/arm-trusted-firmware/lib/psci/ |
D | psci_setup.c | 117 unsigned int node_index = 0U, num_children; in populate_power_domain_tree() local
|
/external/tensorflow/tensorflow/lite/delegates/flex/ |
D | delegate.cc | 56 for (int node_index : TfLiteIntArrayView(plan)) { in Prepare() local
|
/external/tensorflow/tensorflow/python/keras/engine/ |
D | base_layer.py | 1450 def get_input_mask_at(self, node_index): argument 1469 def get_output_mask_at(self, node_index): argument 1530 def get_input_shape_at(self, node_index): argument 1549 def get_output_shape_at(self, node_index): argument 1568 def get_input_at(self, node_index): argument 1586 def get_output_at(self, node_index): argument 2144 def _get_node_attribute_at_index(self, node_index, attr, attr_name): argument
|
/external/tensorflow/tensorflow/python/keras/utils/ |
D | layer_utils.py | 34 def get_source_inputs(tensor, layer=None, node_index=None): argument
|