Searched refs:TensorFlowImportFlags (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/ |
H A D | import_tensorflow.cc | 548 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 D | import_tensorflow.h | 26 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 D | import_tensorflow_test.cc | 51 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 D | toco_tooling.cc | 217 TensorFlowImportFlags tf_import_flags; in Import()
|