Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for my_predict (0.33 sec)

  1. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/keras.py

      # CHECK: attributes {{.*}} tf_saved_model.exported_names = ["my_predict"]
      @tf.function(input_signature=[
          tf.TensorSpec([1, 28, 28, 1], tf.float32),
      ])
      def my_predict(self, x):
        return self.model(x)
    
    
    if __name__ == '__main__':
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 1.7K bytes
    - Viewed (0)
Back to top