Home
last modified time | relevance | path

Searched refs:TfLiteTensorData (Results 1 – 11 of 11) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/c/
H A Dc_test.c109 ASSERT_NE(TfLiteTensorData(input_tensor), NULL); in TestInferenceUsingSignature()
128 ASSERT_NE(TfLiteTensorData(output_tensor), NULL); in TestInferenceUsingSignature()
208 ASSERT_NE(TfLiteTensorData(input_tensor), NULL); in TestRepeatResizeInputTensor()
218 ASSERT_NE(TfLiteTensorData(output_tensor), NULL); in TestRepeatResizeInputTensor()
263 ASSERT_NE(TfLiteTensorData(input_tensor), NULL); in TestInferenceUsingInterpreter()
284 ASSERT_NE(TfLiteTensorData(output_tensor), NULL); in TestInferenceUsingInterpreter()
H A Dc_api_test.cc69 EXPECT_NE(TfLiteTensorData(input_tensor), nullptr); in TEST()
91 EXPECT_NE(TfLiteTensorData(output_tensor), nullptr); in TEST()
H A Dc_api_opaque.cc41 return TfLiteTensorData(reinterpret_cast<const TfLiteTensor*>(opaque_tensor)); in TfLiteOpaqueTensorData()
H A Dc_api.h354 TFL_CAPI_EXPORT extern void* TfLiteTensorData(const TfLiteTensor* tensor);
H A Dc_api.cc216 void* TfLiteTensorData(const TfLiteTensor* tensor) { return tensor->data.raw; } in TfLiteTensorData() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/
H A DInterpreter.swift154 let bytes = TfLiteTensorData(cTensor), in input()
200 let bytes = TfLiteTensorData(cTensor), in output()
H A DSignatureRunner.swift255 guard let bytes = TfLiteTensorData(cTensor) else { in tensor()
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/
H A Dc_api.h447 TFL_CAPI_EXPORT extern void* TfLiteTensorData(const TfLiteTensor* tensor);
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/
H A Dvalidator.cc67 memcpy(char_output.data(), TfLiteTensorData(tensor), in AddTensorDataToMap()
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/
H A DTFLSignatureRunner.mm265 void *bytes = TfLiteTensorData(cTensor);
H A DTFLInterpreter.mm325 void *bytes = TfLiteTensorData(cTensor);