Home
last modified time | relevance | path

Searched defs:node_dtypes (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/translate/
Dmlir_roundtrip_flags.cc85 std::vector<string> node_dtypes; in ParseInputArrayInfo() local
95 const std::vector<string>& node_dtypes, in ParseInputArrayInfo()
/external/tensorflow/tensorflow/compiler/mlir/lite/python/
Dgraphdef_to_tfl_flatbuffer.cc58 std::vector<string> node_dtypes; in ConvertGraphDefToTFLiteFlatBuffer() local
Dsaved_model_to_tfl_flatbuffer.cc132 std::vector<string> node_dtypes; in ConvertSavedModelToTFLiteFlatBuffer() local
Dtf_tfl_flatbuffer_helpers.cc204 std::vector<string>* node_dtypes, in PopulateQuantizationSpecs()
/external/tensorflow/tensorflow/compiler/mlir/python/
Dmlir.cc167 std::vector<string> node_dtypes = absl::StrSplit(input_data_types, ','); in ImportGraphDef() local