HomeSort by relevance Sort by last modified time
    Searched refs:variable_batch (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/contrib/lite/toco/
model_cmdline_flags.cc 109 Flag("variable_batch", parsed_flags.variable_batch.bind(),
110 parsed_flags.variable_batch.default_value(),
182 parsed_model_flags.variable_batch.specified())))
183 << "The --batch and --variable_batch flags are mutually exclusive.";
318 READ_MODEL_FLAG(variable_batch);
args.h 199 Arg<bool> variable_batch = Arg<bool>(false); member in struct:toco::ParsedModelFlags
allocate_transient_arrays.cc 214 // the variable_batch and batch flags are mutually exclusive, and the default
225 CHECK(!model->flags.variable_batch() || batchless_input_shapes);
tooling_util.cc     [all...]

Completed in 62 milliseconds