/aosp_15_r20/external/tensorflow/tensorflow/lite/ |
H A D | signature_runner.h | 132 TfLiteStatus AllocateTensors() { return subgraph_->AllocateTensors(); } in AllocateTensors() function
|
H A D | interpreter.cc | 178 TfLiteStatus Interpreter::AllocateTensors() { in AllocateTensors() function in tflite::Interpreter
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/ |
H A D | tf_driver.h | 65 void AllocateTensors() override {} in AllocateTensors() function
|
H A D | test_runner_test.cc | 29 void AllocateTensors() override {} in AllocateTensors() function in tflite::testing::__anondb6abfa10111::ConcreteTestRunner
|
H A D | tflite_driver.cc | 441 void TfLiteDriver::AllocateTensors() { in AllocateTensors() function in tflite::testing::TfLiteDriver
|
/aosp_15_r20/external/armnn/delegate/common/src/test/ |
H A D | DelegateTestInterpreter.hpp | 59 TfLiteStatus AllocateTensors() in AllocateTensors() function in delegateTestInterpreter::DelegateTestInterpreter
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/ |
H A D | utils.cc | 134 absl::Status AllocateTensors(std::unique_ptr<Interpreter>* interpreter) { in AllocateTensors() function
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/ |
H A D | tflite_driver.cc | 219 void TfLiteDriver::AllocateTensors() { in AllocateTensors() function in tflite::testing::TfLiteDriver
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/experimental/examples/unity/TensorFlowLitePlugin/Assets/TensorFlowLite/SDK/Scripts/ |
H A D | Interpreter.cs | 110 public void AllocateTensors() { in AllocateTensors() method in TensorFlowLite.Interpreter
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/ |
H A D | interpreter_wrapper.cc | 263 PyObject* InterpreterWrapper::AllocateTensors(int subgraph_index) { in AllocateTensors() function in tflite::interpreter_wrapper::InterpreterWrapper
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
H A D | inference_context.cc | 317 absl::Status InferenceContext::AllocateTensors(MetalDevice* device) { in AllocateTensors() function in tflite::gpu::metal::InferenceContext
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/ |
H A D | hashtable_ops_test.cc | 419 TfLiteStatus AllocateTensors(bool table_two_initialization = false) { in AllocateTensors() function in tflite::__anon36dcb19b0111::HashtableGraph
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/ |
H A D | subgraph.cc | 709 TfLiteStatus Subgraph::AllocateTensors() { in AllocateTensors() function in tflite::Subgraph
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/ |
H A D | nnapi_delegate_test.cc | 96 TfLiteStatus AllocateTensors() { return interpreter_->AllocateTensors(); } in AllocateTensors() function in tflite::__anon1a74836d0111::SingleOpModelWithNNAPI
|