Home
last modified time | relevance | path

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

12

/external/tensorflow/tensorflow/lite/core/api/
Dprofiler.h85 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/
Dgraph_view.h48 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()
Dgraph_view_internal.h49 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
Dgraph_view.cc111 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/
Dsubgraph_test_util.cc68 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
Dvariable_ops_test.cc67 int node_index; in ConstructGraph() local
/external/tensorflow/tensorflow/lite/
Dgraph_info.cc63 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
Darena_planner.cc318 int node_index) { in CalculateTensorAllocation()
342 int node_index) { in CalculateAllocationOfInternalTensors()
356 int node_index) { in CalculateDeallocationOfInternalTensors()
Doptional_debug_tools.cc101 for (size_t node_index = 0; node_index < interpreter->nodes_size(); in PrintInterpreterState() local
/external/tensorflow/tensorflow/lite/core/
Dsubgraph.cc54 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/
Dprofile_summarizer.cc29 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/
Dencapsulate_util_test.cc43 auto node_index = g.BuildNodeNameIndex(); in TEST() local
/external/tensorflow/tensorflow/lite/tools/optimize/calibration/
Dnode_info_delegate.cc50 for (size_t node_index = 0; node_index < num_nodes; node_index++) { in OnDelegatePrepareCalled() local
Dcalibration_common.h57 int node_index; member
/external/tensorflow/tensorflow/lite/delegates/gpu/common/
Dmodel_builder_test.cc231 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/
Dhexagon_delegate_kernel.cc122 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/
Dmicro_optional_debug_tools.cc122 for (size_t node_index = 0; node_index < interpreter->operators_size(); in PrintInterpreterState() local
Dmicro_interpreter.h102 const NodeAndRegistration node_and_registration(int node_index) const { in node_and_registration()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc350 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/
Dstatic_map-inl.h133 int node_index = 0; in ValidateInMemoryStructure() local
/external/adhd/cras/src/tools/cras_monitor/
Dcras_monitor.c70 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/
Dpsci_setup.c117 unsigned int node_index = 0U, num_children; in populate_power_domain_tree() local
/external/tensorflow/tensorflow/lite/delegates/flex/
Ddelegate.cc56 for (int node_index : TfLiteIntArrayView(plan)) { in Prepare() local
/external/tensorflow/tensorflow/python/keras/engine/
Dbase_layer.py1450 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/
Dlayer_utils.py34 def get_source_inputs(tensor, layer=None, node_index=None): argument

12