Searched refs:TfLiteTensorRealloc (Results 1 – 19 of 19) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/ |
H A D | buffer_map_test.cc | 53 TfLiteTensorRealloc(data.size() * sizeof(T), tensor.get()); in MakeLiteTensor() 69 TfLiteTensorRealloc(data.size() * sizeof(string), tensor.get()); in MakeLiteTensor() 183 TfLiteTensorRealloc(sizeof(int32_t), tensor.get()); in TEST() 260 TfLiteTensorRealloc(10, &tensor); in TEST() 277 TfLiteTensorRealloc(10, &tensor); in TEST()
|
H A D | util.cc | 204 TfLiteTensorRealloc(kBytesRequired, tensor); in GetTfLiteResourceTensorFromResourceHandle()
|
H A D | util_test.cc | 159 TfLiteTensorRealloc(sizeof(int32_t), &tensor); in TEST()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | if.cc | 169 TfLiteTensorRealloc(input->bytes, subgraph_input); in Eval() 211 TfLiteTensorRealloc(subgraph_output->bytes, output); in Eval()
|
H A D | var_handle.cc | 62 TfLiteTensorRealloc(kBytesRequired, output); in Prepare()
|
H A D | hashtable.cc | 54 TfLiteTensorRealloc(bytesRequired, resource_handle_tensor); in PrepareHashtable()
|
H A D | expand_dims.cc | 119 TfLiteTensorRealloc(input->bytes, output); in Eval()
|
H A D | reshape.cc | 182 TfLiteTensorRealloc(bytes_required, output); in Eval()
|
H A D | embedding_lookup_sparse.cc | 200 TfLiteTensorRealloc(output_size * sizeof(float), output); in Eval()
|
H A D | while.cc | 101 TfLiteTensorRealloc(src_tensor->bytes, dst_tensor); in CopyTensorsData()
|
H A D | hashtable_ops_test.cc | 741 TfLiteTensorRealloc(bytesRequired, tensor); in SetResourceId()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/resource/ |
H A D | resource_variable.cc | 74 TfLiteTensorRealloc(tensor->bytes, &tensor_); in AssignFrom()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/ |
H A D | test_util.h | 78 TfLiteTensorRealloc(num_total * sizeof(T), tensor); in ReallocDynamicTensor()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | common.cc | 218 void TfLiteTensorRealloc(size_t num_bytes, TfLiteTensor* tensor) { in TfLiteTensorRealloc() function
|
H A D | common.h | 644 void TfLiteTensorRealloc(size_t num_bytes, TfLiteTensor* tensor);
|
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/ |
H A D | common.h | 676 TfLiteStatus TfLiteTensorRealloc(size_t num_bytes, TfLiteTensor* tensor);
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/ |
H A D | subgraph.cc | 1068 TfLiteTensorRealloc(tensor->bytes, tensor); in MayAllocateOpOutput() 1586 TfLiteTensorRealloc(bytesRequired, tensor); in ResizeTensorImpl()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | interpreter_test.cc | 508 TfLiteTensorRealloc(9 * sizeof(float), tensor); in TEST() 518 TfLiteTensorRealloc(17 * sizeof(float), tensor); in TEST()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/ |
H A D | delegate_test.cc | 1043 TfLiteTensorRealloc(input->bytes, output); in DynamicCopyOpRegistration()
|