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

  /external/tensorflow/tensorflow/lite/tools/evaluation/
identity_stage.h 30 class IdentityStage : public EvaluationStage {
32 explicit IdentityStage(const EvaluationStageConfig& config)
39 ~IdentityStage() {}
62 DECLARE_FACTORY(IdentityStage);
  /external/tensorflow/tensorflow/lite/tools/accuracy/
eval_pipeline_builder_test.cc 25 class IdentityStage : public Stage {
27 IdentityStage(const string& name, const string& output)
82 IdentityStage input_stage("input_stage", "input_stage_out");
83 IdentityStage run_model_stage("run_model", "run_model_out");
84 IdentityStage preprocess_stage("preprocess_stage", "preprocess_stage_out");
119 IdentityStage run_model_stage("run_model", "run_model_out");
120 IdentityStage preprocess_stage("preprocess_stage", "preprocess_stage_out");
143 IdentityStage input_stage("input_stage", "input_stage_out");
145 IdentityStage run_model_stage("run_model", "run_model_out");
168 IdentityStage input_stage("input_stage", "input_stage_out")
    [all...]

Completed in 118 milliseconds