Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc552 tensorflow::Status CheckInputsCount( in CheckInputsCount() function
833 TF_RETURN_IF_ERROR(CheckInputsCount(node, tf_import_flags, 2)); in ConvertConvOperator()
914 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 2)); in ConvertDepthwiseConvOperator()
992 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 1)); in ConvertDepthToSpaceOperator()
1015 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 1)); in ConvertSpaceToDepthOperator()
1038 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 2)); in ConvertBiasAddOperator()
1055 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 1)); in ConvertRandomUniform()
1114 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 1)); in ConvertFakeQuantWithMinMaxArgs()
1157 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 1)); in ConvertSqueezeOperator()
1178 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 2)); in ConvertSplitOperator()
[all …]