Home
last modified time | relevance | path

Searched defs:csv_values (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/
H A Dtflite_driver.cc127 void SetData(const string& csv_values) { in SetData()
227 explicit ShapeExpectation(const string& csv_values) in ShapeExpectation()
263 void TfLiteDriver::DataExpectation::SetData<string>(const string& csv_values) { in SetData()
499 void TfLiteDriver::ReshapeTensor(const string& name, const string& csv_values) { in ReshapeTensor()
587 void TfLiteDriver::SetInput(const string& name, const string& csv_values) { in SetInput()
701 const string& csv_values) { in SetExpectation()
767 const string& csv_values) { in SetShapeExpectation()
H A Dtest_runner_test.cc35 void ReshapeTensor(const string& name, const string& csv_values) override {} in ReshapeTensor()
H A Dtf_driver.cc156 void TfDriver::ReshapeTensor(const string& name, const string& csv_values) { in ReshapeTensor()
/aosp_15_r20/external/tensorflow/tensorflow/lite/testing/nnapi_tflite_zip_tests/
H A Dtflite_driver.cc78 void SetData(const string& csv_values) { in SetData()
132 void TfLiteDriver::Expectation::SetData<string>(const string& csv_values) { in SetData()
261 void TfLiteDriver::ReshapeTensor(int id, const string& csv_values) { in ReshapeTensor()
271 void TfLiteDriver::SetInput(int id, const string& csv_values) { in SetInput()
315 void TfLiteDriver::SetExpectation(int id, const string& csv_values) { in SetExpectation()