/external/tensorflow/tensorflow/lite/tools/accuracy/ |
D | eval_pipeline_builder.cc | 79 input_stage_->AddToGraph(scope, input_placeholder); in Build() 82 preprocessing_stage_->AddToGraph(scope, input_stage_->Output()); in Build() 85 run_model_stage_->AddToGraph(scope, preprocessing_stage_->Output()); in Build()
|
D | file_reader_stage_test.cc | 67 reader_stage.AddToGraph(scope, file.filepath()); in TEST() 87 reader_stage.AddToGraph(scope, string("non_existent_file")); in TEST()
|
D | file_reader_stage.cc | 23 void FileReaderStage::AddToGraph(const Scope& scope, const Input& input) { in AddToGraph() function in tensorflow::metrics::FileReaderStage
|
D | file_reader_stage.h | 33 void AddToGraph(const Scope& scope, const Input& input) override;
|
D | run_tflite_model_stage.h | 45 void AddToGraph(const Scope& scope, const Input& input) override;
|
D | stage.h | 37 virtual void AddToGraph(const Scope& scope, const Input& input) = 0;
|
D | run_tflite_model_stage.cc | 25 void RunTFLiteModelStage::AddToGraph(const Scope& scope, const Input& input) { in AddToGraph() function in tensorflow::metrics::RunTFLiteModelStage
|
D | eval_pipeline_builder_test.cc | 30 void AddToGraph(const Scope& scope, const Input& input) override { in AddToGraph() function in tensorflow::metrics::__anon4b92cee20111::IdentityStage 55 void AddToGraph(const Scope& scope, const Input& input) override { in AddToGraph() function in tensorflow::metrics::__anon4b92cee20111::FailingStage
|
/external/tensorflow/tensorflow/lite/tools/accuracy/ilsvrc/ |
D | inception_preprocessing_test.cc | 62 preprocess_stage.AddToGraph(scope, image_contents); in TEST() 91 preprocess_stage.AddToGraph(scope, image_contents); in TEST() 120 preprocess_stage.AddToGraph(scope, image_contents); in TEST()
|
D | inception_preprocessing.h | 88 void AddToGraph(const Scope& scope, const Input& input) override;
|
D | inception_preprocessing.cc | 49 void InceptionPreprocessingStage::AddToGraph(const Scope& scope, in AddToGraph() function in tensorflow::metrics::InceptionPreprocessingStage
|