Searched defs:InputLayerInfo (Results 1 – 2 of 2) sorted by relevance
57 struct InputLayerInfo { struct58 InputLayerInfo() : has_value_range(false), low(0), high(0) {} in InputLayerInfo() argument60 std::string name;61 std::vector<int> shape;67 bool has_value_range;68 int low;69 int high;73 std::string input_file_path;
26 struct InputLayerInfo { struct39 Status RunBenchmark(const std::vector<InputLayerInfo>& inputs, argument