Home
last modified time | relevance | path

Searched refs:AddTensorWithID (Results 1 – 25 of 48) sorted by relevance

12

/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
Dconv_2d_helpers.cc133 graph_builder->AddTensorWithID(inputs->data[2], bias_data_node->GetID(), 0, in ProcessPerChannelQuantizedBias()
226 graph_builder_->AddTensorWithID(inputs->data[1], weights_data_node->GetID(), in InitializeWeightsNodes()
266 graph_builder_->AddTensorWithID(inputs->data[2], bias_data_node->GetID(), 0, in InitializeBiasNodes()
Dmatmul_builder.cc198 graph_builder_->AddTensorWithID(weights_tensor_id, in PopulateSubGraph()
218 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
278 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dl2_normalization_builder.cc54 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dneg_op_builder.cc48 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dtranspose_builder.cc51 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dhardswish_builder.cc57 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dquantize_builder.cc55 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dspace_to_depth_builder.cc64 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dactivation_builder.cc62 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dop_builder.cc216 AddTensorWithID(tensor_id, lookup_result->GetID(), 0); in AddConstNodeWithData()
231 AddTensorWithID(tensor_id, node_id, 0); in AddConstNodeWithData()
283 AddTensorWithID(tensor_id, input_op->GetID(), num_inputs); in AddInputTensors()
Dpad_builder.cc69 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dmin_max_builder.cc59 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dsoftmax_builder.cc63 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dcast_builder.cc74 if (!graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dresize_nearest_neighbor_builder.cc83 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Darg_min_max_builder.cc77 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dsplit_builder.cc79 graph_builder_->AddTensorWithID(outputs->data[i], node_outputs_[i].first, in RegisterOutputs()
Dmirror_pad_builder.cc87 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
Dresize_bilinear_builder.cc84 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
Dsoftmax_op_builder.cc58 graph_builder_->AddTensorWithID(outputs->data[0], output_tensor); in RegisterOutputs()
Dthreshold_layer_builder.cc56 graph_builder_->AddTensorWithID(outputs->data[0], GetOutput(context)); in RegisterOutputs()
Dconcatenation_op_builder.cc53 graph_builder_->AddTensorWithID(outputs->data[0], GetOutput(context)); in RegisterOutputs()
Dhardswish_op_builder.cc79 graph_builder_->AddTensorWithID(outputs->data[0], output_tensor); in RegisterOutputs()
Dresize_bilinear_op_builder.cc81 graph_builder_->AddTensorWithID(outputs->data[0], GetOutput(context)); in RegisterOutputs()
Dadd_op_builder.cc97 graph_builder_->AddTensorWithID(outputs->data[0], output_tensor); in RegisterOutputs()

12