Home
last modified time | relevance | path

Searched defs:AllocateTensors (Results 1 – 14 of 14) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dsignature_runner.h132 TfLiteStatus AllocateTensors() { return subgraph_->AllocateTensors(); } in AllocateTensors() function
H A Dinterpreter.cc178 TfLiteStatus Interpreter::AllocateTensors() { in AllocateTensors() function in tflite::Interpreter
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dtf_driver.h65 void AllocateTensors() override {} in AllocateTensors() function
H A Dtest_runner_test.cc29 void AllocateTensors() override {} in AllocateTensors() function in tflite::testing::__anondb6abfa10111::ConcreteTestRunner
H A Dtflite_driver.cc441 void TfLiteDriver::AllocateTensors() { in AllocateTensors() function in tflite::testing::TfLiteDriver
/aosp_15_r20/external/armnn/delegate/common/src/test/
H A DDelegateTestInterpreter.hpp59 TfLiteStatus AllocateTensors() in AllocateTensors() function in delegateTestInterpreter::DelegateTestInterpreter
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/gpu/common/testing/feature_parity/
H A Dutils.cc134 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 Dtflite_driver.cc219 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 DInterpreter.cs110 public void AllocateTensors() { in AllocateTensors() method in TensorFlowLite.Interpreter
/aosp_15_r20/external/tensorflow/tensorflow/lite/python/interpreter_wrapper/
H A Dinterpreter_wrapper.cc263 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 Dinference_context.cc317 absl::Status InferenceContext::AllocateTensors(MetalDevice* device) { in AllocateTensors() function in tflite::gpu::metal::InferenceContext
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dhashtable_ops_test.cc419 TfLiteStatus AllocateTensors(bool table_two_initialization = false) { in AllocateTensors() function in tflite::__anon36dcb19b0111::HashtableGraph
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.cc709 TfLiteStatus Subgraph::AllocateTensors() { in AllocateTensors() function in tflite::Subgraph
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/nnapi/
H A Dnnapi_delegate_test.cc96 TfLiteStatus AllocateTensors() { return interpreter_->AllocateTensors(); } in AllocateTensors() function in tflite::__anon1a74836d0111::SingleOpModelWithNNAPI