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

  /external/tensorflow/tensorflow/tools/benchmark/
benchmark_model.cc 416 std::vector<string> input_layer_types = local
422 (input_layers.size() != input_layer_types.size())) {
430 << input_layer_types.size() << " items)";
494 CHECK(DataTypeFromString(input_layer_types[n], &input.data_type))
495 << input_layer_types[n] << " was an invalid type";
  /external/tensorflow/tensorflow/tools/graph_transforms/
summarize_graph_main.cc 71 std::vector<string> input_layer_types; local
79 input_layer_types.push_back(DataTypeString(dtype));
107 string input_layer_type_value = str_util::Join(input_layer_types, ",");

Completed in 221 milliseconds