Searched refs:TfLiteTensorData (Results 1 – 11 of 11) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/c/ |
H A D | c_test.c | 109 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 D | c_api_test.cc | 69 EXPECT_NE(TfLiteTensorData(input_tensor), nullptr); in TEST() 91 EXPECT_NE(TfLiteTensorData(output_tensor), nullptr); in TEST()
|
H A D | c_api_opaque.cc | 41 return TfLiteTensorData(reinterpret_cast<const TfLiteTensor*>(opaque_tensor)); in TfLiteOpaqueTensorData()
|
H A D | c_api.h | 354 TFL_CAPI_EXPORT extern void* TfLiteTensorData(const TfLiteTensor* tensor);
|
H A D | c_api.cc | 216 void* TfLiteTensorData(const TfLiteTensor* tensor) { return tensor->data.raw; } in TfLiteTensorData() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/swift/Sources/ |
H A D | Interpreter.swift | 154 let bytes = TfLiteTensorData(cTensor), in input() 200 let bytes = TfLiteTensorData(cTensor), in output()
|
H A D | SignatureRunner.swift | 255 guard let bytes = TfLiteTensorData(cTensor) else { in tensor()
|
/aosp_15_r20/external/mesa3d/include/tensorflow/lite/core/c/ |
H A D | c_api.h | 447 TFL_CAPI_EXPORT extern void* TfLiteTensorData(const TfLiteTensor* tensor);
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/acceleration/mini_benchmark/ |
H A D | validator.cc | 67 memcpy(char_output.data(), TfLiteTensorData(tensor), in AddTensorDataToMap()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/objc/sources/ |
H A D | TFLSignatureRunner.mm | 265 void *bytes = TfLiteTensorData(cTensor);
|
H A D | TFLInterpreter.mm | 325 void *bytes = TfLiteTensorData(cTensor);
|