Home
last modified time | relevance | path

Searched refs:TensorFlowImportFlags (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.h26 struct TensorFlowImportFlags { struct
39 const ModelFlags& model_flags, const TensorFlowImportFlags& tf_import_flags, argument
45 const ModelFlags& model_flags, const TensorFlowImportFlags& tf_import_flags,
Dimport_tensorflow.cc541 const TensorFlowImportFlags& tf_import_flags) { in GetInputsCount()
553 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in CheckInputsCount()
686 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertUnsupportedOperator()
774 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertConstOperator()
830 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertConvOperator()
911 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertDepthwiseConvOperator()
989 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertDepthToSpaceOperator()
1012 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertSpaceToDepthOperator()
1035 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertBiasAddOperator()
1052 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertRandomUniform()
[all …]
Dimport_tensorflow_test.cc47 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags,
53 Status ImportTensorFlowNode(const NodeDef&, const TensorFlowImportFlags&,
62 return internal::ImportTensorFlowNode(node, TensorFlowImportFlags(), in ImportNode()
69 return internal::ImportTensorFlowNode(node, TensorFlowImportFlags(), in ImportFlexNode()
179 return internal::ImportTensorFlowNode(node, TensorFlowImportFlags(), in TEST()
Dtoco_tooling.cc216 TensorFlowImportFlags tf_import_flags; in Import()