HomeSort by relevance Sort by last modified time
    Searched defs:TfDriver (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/testing/
tf_driver.h 33 class TfDriver : public TestRunner {
35 explicit TfDriver(const std::vector<string>& input_layer,
39 ~TfDriver() override {}
tf_driver.cc 62 TfDriver::TfDriver(const std::vector<string>& input_layer,
88 void TfDriver::LoadModel(const string& bin_file_path) {
111 void TfDriver::SetInput(int id, const string& csv_values) {
132 void TfDriver::ResetTensor(int id) {
151 void TfDriver::ReshapeTensor(int id, const string& csv_values) {
158 string TfDriver::ReadOutput(int id) {
172 void TfDriver::Invoke() {

Completed in 59 milliseconds