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

  /external/tensorflow/tensorflow/contrib/lite/examples/label_image/
label_image.h 34 string input_layer_type = "uint8_t"; member in struct:tflite::label_image::Settings
  /external/tensorflow/tensorflow/contrib/lite/tools/
benchmark_model.cc 48 const std::string& input_layer_type, int num_threads) {
77 if (input_layer_type != "string") {
  /external/tensorflow/tensorflow/contrib/lite/testing/
tf_driver.h 36 const std::vector<string>& input_layer_type,
tf_driver.cc 63 const std::vector<string>& input_layer_type,
67 CHECK_EQ(input_layer.size(), input_layer_type.size());
77 CHECK(DataTypeFromString(input_layer_type[i], &input_types_[i]));
  /external/tensorflow/tensorflow/contrib/makefile/
README.md 126 --input_layer_type="float" \

Completed in 95 milliseconds