Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/
H A Dimport_tensorflow.cc548 const TensorFlowImportFlags& tf_import_flags) { in GetInputsCount()
560 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in CheckInputsCount()
693 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertUnsupportedOperator()
781 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertConstOperator()
837 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertConvOperator()
918 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertDepthwiseConvOperator()
996 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertDepthToSpaceOperator()
1019 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertSpaceToDepthOperator()
1042 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertBiasAddOperator()
1059 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags, in ConvertRandomUniform()
[all …]
H A 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,
H A Dimport_tensorflow_test.cc51 const NodeDef& node, const TensorFlowImportFlags& tf_import_flags,
57 Status ImportTensorFlowNode(const NodeDef&, const TensorFlowImportFlags&,
66 return internal::ImportTensorFlowNode(node, TensorFlowImportFlags(), in ImportNode()
73 return internal::ImportTensorFlowNode(node, TensorFlowImportFlags(), in ImportFlexNode()
188 return internal::ImportTensorFlowNode(node, TensorFlowImportFlags(), in TEST()
H A Dtoco_tooling.cc217 TensorFlowImportFlags tf_import_flags; in Import()