| /external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
| D | xnnpack_delegate.cc | 145 const int node_index = params->nodes_to_replace->data[i]; in Create() local 256 const int node_index = params->nodes_to_replace->data[i]; in Create() local 321 int node_index) { in CalculatePadding() 339 TfLiteContext* context, int node_index, TfLiteFusedActivation activation, in ConvertActivationToOutputRange() 383 int node_index) { in CheckConvolutionParams() 413 int output_channels, int node_index) { in CheckDepthwiseConvolutionParams() 458 int node_index) { in CheckMediaPipeTransposedConvolutionParams() 475 int node_index) { in CheckMediaPipePoolParams() 554 int node_index) { in CheckFullyConnectedParams() 567 int node_index) { in CheckPoolingParams() [all …]
|
| /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 293 const NodeViewT* GetNode(int node_index) const { in GetNode() 301 NodeViewT* GetNode(int node_index) { in GetNode() 370 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 493 const int node_index = node_index_by_name_.size(); in AddUniqueNodeInternal() local 621 for (int node_index : mutation_.removed_nodes_) { in GetNodeNamesAndPartitionUpdatedNodes() local 951 int node_index; in AddNewNodes() local 1325 for (int node_index : mutation_.removed_nodes_) { in RemoveNodesInternal() local 1413 const int node_index; member
|
| /external/tensorflow/tensorflow/lite/kernels/ |
| D | subgraph_test_util.cc | 120 int node_index; in BuildAddSubgraph() local 151 int node_index; in BuildMulSubgraph() local 181 int node_index; in BuildPadSubgraph() local 216 int node_index; in BuildIfSubgraph() local 249 int node_index; in BuildLessEqualCondSubgraph() local 284 int node_index; in BuildAccumulateLoopBodySubgraph() local 336 int node_index; in BuildPadLoopBodySubgraph() local 384 int node_index; in BuildWhileSubgraph() local 408 int node_index; in BuildAssignRandomValueToVariableSubgraph() local 439 int node_index; in BuildCallOnceAndReadVariableSubgraph() local [all …]
|
| D | variable_ops_test.cc | 65 int node_index; in ConstructGraph() local
|
| /external/tensorflow/tensorflow/lite/ |
| D | graph_info.cc | 46 for (auto node_index : TfLiteIntArrayView(nodes_to_partition)) { in PartitionGraphIntoIndependentNodeSubsetsImpl() local 61 for (int node_index = 0; node_index < info_->num_execution_nodes(); in Partition() local 121 bool UpdateNode(int node_index) { in UpdateNode() 187 for (int node_index = 0; node_index < info_->num_execution_nodes(); in BuildNodeSubset() local
|
| D | optional_debug_tools.cc | 125 for (size_t node_index = 0; node_index < interpreter->nodes_size(); in PrintInterpreterState() local
|
| /external/tensorflow/tensorflow/lite/core/api/ |
| D | profiler.h | 127 ScopedOperatorProfile(Profiler* profiler, const char* tag, int node_index) in ScopedOperatorProfile() 135 int node_index) in ScopedDelegateOperatorProfile() 175 #define TFLITE_SCOPED_TAGGED_OPERATOR_PROFILE(profiler, tag, node_index) \ argument 179 #define TFLITE_SCOPED_DELEGATE_OPERATOR_PROFILE(profiler, tag, node_index) \ argument
|
| /external/tensorflow/tensorflow/lite/core/ |
| D | subgraph.cc | 70 int node_index, const char* message) { in ReportOpError() 189 int node_index = subgraph_->execution_plan()[index]; in node() local 192 size_t node_index(size_t index) const override { in node_index() function in tflite::InterpreterInfo 242 for (int node_index = 0; node_index < nodes_and_registration_.size(); in ~Subgraph() local 258 void Subgraph::CleanupNode(int node_index) { in CleanupNode() 412 int node_index; in ReplaceNodeSubsetsWithDelegateKernels() local 738 const TfLiteRegistration* registration, int* node_index) { in AddNodeWithParameters() 911 int node_index = execution_plan[execution_plan_index]; in PrepareOpsStartingAt() local 1023 int node_index = execution_plan_[execution_plan_index]; in Invoke() local 1175 int node_index, TfLiteNode** node, TfLiteRegistration** registration) { in GetNodeAndRegistration() [all …]
|
| /external/tensorflow/tensorflow/lite/profiling/ |
| D | profile_summarizer.cc | 30 uint32_t node_index; member 72 uint32_t node_index) { in GetOperatorDetails() 141 const auto node_index = event->event_metadata; in ProcessProfiles() local
|
| /external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
| D | model_builder_test.cc | 309 TfLiteRegistration** registration) { in TEST() 368 TfLiteRegistration** registration) { in TEST() 431 TfLiteRegistration** registration) { in TEST() 545 TfLiteRegistration** registration) { in TEST() 712 TfLiteRegistration** registration) { in TEST() 932 TfLiteRegistration** registration) { in TEST() 1003 TfLiteRegistration** registration) { in TEST() 1206 TfLiteRegistration** registration) { in TEST()
|
| /external/tensorflow/tensorflow/compiler/jit/ |
| D | encapsulate_util_test.cc | 43 auto node_index = g.BuildNodeNameIndex(); in TEST() local
|
| /external/tensorflow/tensorflow/python/keras/engine/ |
| D | base_layer_v1.py | 1387 def get_input_mask_at(self, node_index): argument 1406 def get_output_mask_at(self, node_index): argument 1467 def get_input_shape_at(self, node_index): argument 1486 def get_output_shape_at(self, node_index): argument 1505 def get_input_at(self, node_index): argument 1523 def get_output_at(self, node_index): argument 2022 def _get_node_attribute_at_index(self, node_index, attr, attr_name): argument
|
| D | base_layer.py | 1970 def get_input_mask_at(self, node_index): argument 1990 def get_output_mask_at(self, node_index): argument 2054 def get_input_shape_at(self, node_index): argument 2074 def get_output_shape_at(self, node_index): argument 2094 def get_input_at(self, node_index): argument 2113 def get_output_at(self, node_index): argument 2657 def _get_node_attribute_at_index(self, node_index, attr, attr_name): argument
|
| /external/tensorflow/tensorflow/core/grappler/optimizers/ |
| D | remapper.cc | 401 bool FindContractionWithBias(const RemapperContext& ctx, int node_index, in IsCpuCompatibleDataType() 442 const RemapperContext& ctx, int node_index, in IsCpuCompatibleDataType() 490 bool FindConv2DWithSqueezeAndBias(const RemapperContext& ctx, int node_index, in IsCpuCompatibleDataType() 545 bool FindConv2DWithBatchNorm(const RemapperContext& ctx, int node_index, in IsCpuCompatibleDataType() 594 const RemapperContext& ctx, int node_index, in IsCpuCompatibleDataType() 711 int node_index, in IsCpuCompatibleDataType() 718 const RemapperContext& ctx, int node_index, in IsCpuCompatibleDataType() 772 bool FindFusedBatchNorm(const RemapperContext& ctx, int node_index, in IsCpuCompatibleDataType() 831 bool FindFusedBatchNormEx(const RemapperContext& ctx, int node_index, in IsCpuCompatibleDataType() 1644 bool IsContractionWithAdd(const RemapperContext& ctx, int node_index) { in IsCpuCompatibleDataType() [all …]
|
| /external/icing/icing/legacy/index/ |
| D | icing-dynamic-trie.h | 98 Next(uint8_t val, uint32_t node_index) { in Next() 106 uint32_t node_index() const { return used.node_index; } in node_index() function 107 void set_node_index(uint32_t node_index) { used.node_index = node_index; } in set_node_index() 128 uint32_t node_index : 24; member
|
| /external/tensorflow/tensorflow/lite/delegates/hexagon/ |
| D | hexagon_delegate_kernel.cc | 80 for (auto node_index : TfLiteIntArrayView(params->nodes_to_replace)) { in Init() local 255 for (int node_index : nodes_) { in BuildGraph() local
|
| /external/adhd/cras/src/tools/cras_monitor/ |
| D | cras_monitor.c | 65 uint32_t node_index = node_index_of(node_id); in node_array_index_of_node_id() local 85 size_t node_index; in node_name_for_node_id() local
|
| /external/google-breakpad/src/processor/ |
| D | static_map-inl.h | 133 int node_index = 0; in ValidateInMemoryStructure() local
|
| /external/arm-trusted-firmware/lib/psci/ |
| D | psci_setup.c | 127 unsigned int node_index = 0U, num_children; in populate_power_domain_tree() local
|
| /external/tensorflow/tensorflow/lite/tools/optimize/calibration/ |
| D | calibration_common.h | 57 int node_index; member
|
| /external/tensorflow/tensorflow/python/keras/utils/ |
| D | layer_utils.py | 33 def get_source_inputs(tensor, layer=None, node_index=None): argument
|
| /external/tensorflow/tensorflow/lite/micro/ |
| D | micro_interpreter.h | 163 const NodeAndRegistration node_and_registration(int node_index) const { in node_and_registration()
|
| /external/tensorflow/tensorflow/lite/kernels/hashtable/ |
| D | hashtable_ops_test.cc | 124 int node_index; in BuildDefaultGraph() local 151 int node_index; in BuildNoImportGraph() local 173 int node_index; in BuildImportTwiceGraph() local 205 int node_index; in BuildTwoHashtablesGraph() local
|