Home
last modified time | relevance | path

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

12

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A 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()
H A 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()
H A Dconv_2d_helpers.cc149 graph_builder->AddTensorWithID(bias_tensor_idx, bias_data_node->GetID(), 0, in ProcessPerChannelQuantizedBias()
319 graph_builder_->AddTensorWithID(inputs->data[1], weights_data_node->GetID(), in InitializeWeightsNodes()
377 graph_builder_->AddTensorWithID(inputs->data[2], bias_data_node->GetID(), 0, in InitializeBiasNodes()
H A Dl2_normalization_builder.cc54 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Dneg_op_builder.cc48 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Dtranspose_builder.cc51 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Dhardswish_builder.cc57 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Dquantize_builder.cc55 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Dspace_to_depth_builder.cc64 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Dactivation_builder.cc62 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Dmin_max_builder.cc59 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Dpad_builder.cc69 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Dsoftmax_builder.cc63 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Dcast_builder.cc74 if (!graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Darg_min_max_builder.cc77 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Dsplit_builder.cc78 graph_builder_->AddTensorWithID(outputs->data[i], node_outputs_[i].first, in RegisterOutputs()
H A Dresize_nearest_neighbor_builder.cc83 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Dmirror_pad_builder.cc87 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
H A Dresize_bilinear_builder.cc84 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
H A Dsoftmax_op_builder.cc61 graph_builder_->AddTensorWithID(outputs->data[0], output_tensor); in RegisterOutputs()
H A Dthreshold_layer_builder.cc59 graph_builder_->AddTensorWithID(outputs->data[0], GetOutput(context)); in RegisterOutputs()
H A Dconcatenation_op_builder.cc55 graph_builder_->AddTensorWithID(outputs->data[0], GetOutput(context)); in RegisterOutputs()
H A Dhardswish_op_builder.cc81 graph_builder_->AddTensorWithID(outputs->data[0], output_tensor); in RegisterOutputs()
H A Dresize_bilinear_op_builder.cc83 graph_builder_->AddTensorWithID(outputs->data[0], GetOutput(context)); in RegisterOutputs()
H A Dmul_op_builder.cc106 graph_builder_->AddTensorWithID(outputs->data[0], output_tensor); in RegisterOutputs()

12