Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/
Dimport_tensorflow.cc518 tensorflow::Status CheckInputsCount( in CheckInputsCount() function
621 TF_RETURN_IF_ERROR(CheckInputsCount(node, tf_import_flags, 2)); in ConvertConvOperator()
696 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 2)); in ConvertDepthwiseConvOperator()
767 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 1)); in ConvertDepthToSpaceOperator()
783 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 1)); in ConvertSpaceToDepthOperator()
806 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 2)); in ConvertBiasAddOperator()
823 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 1)); in ConvertRandomUniform()
863 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 1)); in ConvertFakeQuantWithMinMaxArgs()
906 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 1)); in ConvertSqueezeOperator()
927 TF_QCHECK_OK(CheckInputsCount(node, tf_import_flags, 2)); in ConvertSplitOperator()
[all …]