Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MnistOpsDefsTest (0.13 sec)

  1. tensorflow/compiler/mlir/tfr/examples/mnist/mnist_ops_test.py

    _lib_dir = os.path.dirname(gen_mnist_ops.__file__)
    _lib_name = os.path.basename(gen_mnist_ops.__file__)[4:].replace('.py', '.so')
    load_library.load_op_library(os.path.join(_lib_dir, _lib_name))
    
    
    class MnistOpsDefsTest(test_utils.OpsDefsTest):
    
      def test_new_conv2d_relu(self):
        input_ = tf.random.uniform([1, 4, 4, 1])
        filter_ = tf.random.uniform([2, 2, 1, 8])
        bias = tf.zeros([8])
        kwargs = {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 4K bytes
    - Viewed (0)
Back to top