STT-tensorflow/tensorflow/tools/api/golden/v1/tensorflow.keras.applications.xception.pbtxt
Francois Chollet 756ba9c87e Reintroduce API compatibility checks for Keras Preprocessing and Keras
applications.
Export `tf.keras.preprocessing.image_dataset_from_directory` and
`tf.keras.preprocessing.timeseries_dataset_from_array` to the public API.

PiperOrigin-RevId: 305362523
Change-Id: Id131d4286b3b444ed1a38e2b11a9bd74fca83390
2020-04-07 16:24:41 -07:00

16 lines
653 B
Plaintext

path: "tensorflow.keras.applications.xception"
tf_module {
member_method {
name: "Xception"
argspec: "args=[\'include_top\', \'weights\', \'input_tensor\', \'input_shape\', \'pooling\', \'classes\', \'classifier_activation\'], varargs=None, keywords=None, defaults=[\'True\', \'imagenet\', \'None\', \'None\', \'None\', \'1000\', \'softmax\'], "
}
member_method {
name: "decode_predictions"
argspec: "args=[\'preds\', \'top\'], varargs=None, keywords=None, defaults=[\'5\'], "
}
member_method {
name: "preprocess_input"
argspec: "args=[\'x\', \'data_format\'], varargs=None, keywords=None, defaults=[\'None\'], "
}
}