Searched defs:InputLayerInfo (Results 1 – 2 of 2) sorted by relevance
36 struct InputLayerInfo { struct37 InputLayerInfo() : has_value_range(false) {} in InputLayerInfo() argument39 std::string name;40 std::vector<int> shape;46 bool has_value_range;47 int low;48 int high;52 std::string input_file_path;
26 struct InputLayerInfo { struct39 Status RunBenchmark(const std::vector<InputLayerInfo>& inputs, argument