Home
last modified time | relevance | path

Searched defs:node_shapes (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dmlir_roundtrip_flags.cc86 std::vector<llvm::Optional<std::vector<int>>> node_shapes; in ParseInputArrayInfo() local
96 const std::vector<llvm::Optional<std::vector<int>>>& node_shapes, in ParseInputArrayInfo()
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dgraphdef_to_tfl_flatbuffer.cc59 std::vector<llvm::Optional<std::vector<int>>> node_shapes; in ConvertGraphDefToTFLiteFlatBuffer() local
Dsaved_model_to_tfl_flatbuffer.cc133 std::vector<llvm::Optional<std::vector<int>>> node_shapes; in ConvertSavedModelToTFLiteFlatBuffer() local
Dtf_tfl_flatbuffer_helpers.cc205 std::vector<llvm::Optional<std::vector<int>>>* node_shapes, in PopulateQuantizationSpecs()
/external/tensorflow/tensorflow/compiler/mlir/python/
Dmlir.cc169 std::vector<std::vector<int>> node_shapes; in ImportGraphDef() local
/external/tensorflow/tensorflow/tools/benchmark/
Dbenchmark_model.cc119 std::unordered_map<string, TensorShape>* node_shapes) { in GetOutputShapes()