Home
last modified time | relevance | path

Searched refs:AddToGraph (Results 1 – 11 of 11) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/accuracy/
Deval_pipeline_builder.cc79 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()
Dfile_reader_stage_test.cc67 reader_stage.AddToGraph(scope, file.filepath()); in TEST()
87 reader_stage.AddToGraph(scope, string("non_existent_file")); in TEST()
Dfile_reader_stage.cc23 void FileReaderStage::AddToGraph(const Scope& scope, const Input& input) { in AddToGraph() function in tensorflow::metrics::FileReaderStage
Dfile_reader_stage.h33 void AddToGraph(const Scope& scope, const Input& input) override;
Drun_tflite_model_stage.h45 void AddToGraph(const Scope& scope, const Input& input) override;
Dstage.h37 virtual void AddToGraph(const Scope& scope, const Input& input) = 0;
Drun_tflite_model_stage.cc25 void RunTFLiteModelStage::AddToGraph(const Scope& scope, const Input& input) { in AddToGraph() function in tensorflow::metrics::RunTFLiteModelStage
Deval_pipeline_builder_test.cc30 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/
Dinception_preprocessing_test.cc62 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()
Dinception_preprocessing.h88 void AddToGraph(const Scope& scope, const Input& input) override;
Dinception_preprocessing.cc49 void InceptionPreprocessingStage::AddToGraph(const Scope& scope, in AddToGraph() function in tensorflow::metrics::InceptionPreprocessingStage