/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/ |
H A D | matmul_builder.cc | 198 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 D | op_builder.cc | 216 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 D | conv_2d_helpers.cc | 149 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 D | l2_normalization_builder.cc | 54 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | neg_op_builder.cc | 48 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | transpose_builder.cc | 51 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | hardswish_builder.cc | 57 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | quantize_builder.cc | 55 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | space_to_depth_builder.cc | 64 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | activation_builder.cc | 62 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | min_max_builder.cc | 59 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | pad_builder.cc | 69 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | softmax_builder.cc | 63 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | cast_builder.cc | 74 if (!graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | arg_min_max_builder.cc | 77 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | split_builder.cc | 78 graph_builder_->AddTensorWithID(outputs->data[i], node_outputs_[i].first, in RegisterOutputs()
|
H A D | resize_nearest_neighbor_builder.cc | 83 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | mirror_pad_builder.cc | 87 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
H A D | resize_bilinear_builder.cc | 84 graph_builder_->AddTensorWithID(outputs->data[0], node_output_.first, in RegisterOutputs()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/coreml/builders/ |
H A D | softmax_op_builder.cc | 61 graph_builder_->AddTensorWithID(outputs->data[0], output_tensor); in RegisterOutputs()
|
H A D | threshold_layer_builder.cc | 59 graph_builder_->AddTensorWithID(outputs->data[0], GetOutput(context)); in RegisterOutputs()
|
H A D | concatenation_op_builder.cc | 55 graph_builder_->AddTensorWithID(outputs->data[0], GetOutput(context)); in RegisterOutputs()
|
H A D | hardswish_op_builder.cc | 81 graph_builder_->AddTensorWithID(outputs->data[0], output_tensor); in RegisterOutputs()
|
H A D | resize_bilinear_op_builder.cc | 83 graph_builder_->AddTensorWithID(outputs->data[0], GetOutput(context)); in RegisterOutputs()
|
H A D | mul_op_builder.cc | 106 graph_builder_->AddTensorWithID(outputs->data[0], output_tensor); in RegisterOutputs()
|