Home
last modified time | relevance | path

Searched refs:TfLiteTensorRealloc (Results 1 – 19 of 19) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/flex/
H A Dbuffer_map_test.cc53 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 Dutil.cc204 TfLiteTensorRealloc(kBytesRequired, tensor); in GetTfLiteResourceTensorFromResourceHandle()
H A Dutil_test.cc159 TfLiteTensorRealloc(sizeof(int32_t), &tensor); in TEST()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dif.cc169 TfLiteTensorRealloc(input->bytes, subgraph_input); in Eval()
211 TfLiteTensorRealloc(subgraph_output->bytes, output); in Eval()
H A Dvar_handle.cc62 TfLiteTensorRealloc(kBytesRequired, output); in Prepare()
H A Dhashtable.cc54 TfLiteTensorRealloc(bytesRequired, resource_handle_tensor); in PrepareHashtable()
H A Dexpand_dims.cc119 TfLiteTensorRealloc(input->bytes, output); in Eval()
H A Dreshape.cc182 TfLiteTensorRealloc(bytes_required, output); in Eval()
H A Dembedding_lookup_sparse.cc200 TfLiteTensorRealloc(output_size * sizeof(float), output); in Eval()
H A Dwhile.cc101 TfLiteTensorRealloc(src_tensor->bytes, dst_tensor); in CopyTensorsData()
H A Dhashtable_ops_test.cc741 TfLiteTensorRealloc(bytesRequired, tensor); in SetResourceId()
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/resource/
H A Dresource_variable.cc74 TfLiteTensorRealloc(tensor->bytes, &tensor_); in AssignFrom()
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/shim/
H A Dtest_util.h78 TfLiteTensorRealloc(num_total * sizeof(T), tensor); in ReallocDynamicTensor()
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dcommon.cc218 void TfLiteTensorRealloc(size_t num_bytes, TfLiteTensor* tensor) { in TfLiteTensorRealloc() function
H A Dcommon.h644 void TfLiteTensorRealloc(size_t num_bytes, TfLiteTensor* tensor);
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dcommon.h676 TfLiteStatus TfLiteTensorRealloc(size_t num_bytes, TfLiteTensor* tensor);
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.cc1068 TfLiteTensorRealloc(tensor->bytes, tensor); in MayAllocateOpOutput()
1586 TfLiteTensorRealloc(bytesRequired, tensor); in ResizeTensorImpl()
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter_test.cc508 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 Ddelegate_test.cc1043 TfLiteTensorRealloc(input->bytes, output); in DynamicCopyOpRegistration()