Home
last modified time | relevance | path

Searched defs:SetInputs (Results 1 – 10 of 10) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/evaluation/stages/
H A Dobject_detection_stage.h64 void SetInputs(const std::string& image_path, in SetInputs() function
H A Dimage_classification_stage.h57 void SetInputs(const std::string& image_path, in SetInputs() function
H A Dtflite_inference_stage.h57 void SetInputs(const std::vector<void*>& raw_input_ptrs) { in SetInputs() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/kernels/
H A Dnumeric_verify_test.cc71 void SetInputs(std::initializer_list<T> data, in SetInputs() function in tflite::__anon11d4e1250111::NumericVerifyOpModel
/aosp_15_r20/external/tensorflow/tensorflow/lite/profiling/
H A Dprofile_summarizer_test.cc82 void SetInputs(int32_t x, int32_t y) { in SetInputs() function in tflite::profiling::__anon154f07d30111::SimpleOpModel
/aosp_15_r20/external/tensorflow/tensorflow/lite/
H A Dinterpreter.cc166 TfLiteStatus Interpreter::SetInputs(std::vector<int> inputs) { in SetInputs() function in tflite::Interpreter
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_test_util.cc471 void CSession::SetInputs( in SetInputs() function in CSession
/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/data/experimental/
H A Dparallel_interleave_dataset_op.cc634 void SetInputs(const Status& s, std::vector<Tensor> input_arguments) { in SetInputs() function
/aosp_15_r20/external/tensorflow/tensorflow/lite/core/
H A Dsubgraph.cc594 TfLiteStatus Subgraph::SetInputs(std::vector<int> inputs) { in SetInputs() function in tflite::Subgraph
/aosp_15_r20/packages/modules/NeuralNetworks/tools/test_generator/
Dtest_generator.py442 def SetInputs(self, ins): member in Operation