Home
last modified time | relevance | path

Searched refs:BytesRequiredForTensor (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/micro/
Dmemory_helpers.h40 TfLiteStatus BytesRequiredForTensor(const tflite::Tensor& flatbuffer_tensor,
Dmemory_helpers_test.cc180 TF_LITE_MICRO_EXPECT_EQ(kTfLiteOk, tflite::BytesRequiredForTensor( in TF_LITE_MICRO_TEST()
188 TF_LITE_MICRO_EXPECT_EQ(kTfLiteOk, tflite::BytesRequiredForTensor( in TF_LITE_MICRO_TEST()
Dmemory_helpers.cc96 TfLiteStatus BytesRequiredForTensor(const tflite::Tensor& flatbuffer_tensor, in BytesRequiredForTensor() function
Dmicro_allocator.cc490 TF_LITE_ENSURE_STATUS(BytesRequiredForTensor( in InitializeTfLiteTensorFromFlatbuffer()