LostTech.TensorFlow : API Documentation

Type tf.keras.applications.inception_resnet_v2

Namespace tensorflow

Public static methods

IList<object> decode_predictions(IDictionary<string, object> kwargs, Object[] args)

IList<object> decode_predictions(Object[] args)

object decode_predictions_dyn(IDictionary<string, object> kwargs, Object[] args)

object decode_predictions_dyn(Object[] args)

PythonClassContainer preprocess_input(IDictionary<string, object> kwargs, Object[] args)

PythonClassContainer preprocess_input(Object[] args)

object preprocess_input_dyn(IDictionary<string, object> kwargs, Object[] args)

object preprocess_input_dyn(Object[] args)

Public properties

PythonFunctionContainer decode_predictions_fn get;

PythonFunctionContainer preprocess_input_fn get;