Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 90 for mnist (0.04 sec)

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

    # limitations under the License.
    """MNIST model float training script with TensorFlow graph execution."""
    
    import os
    from absl import flags
    
    import tensorflow as tf
    import tensorflow_datasets as tfds
    from tensorflow.compiler.mlir.tfr.examples.mnist import gen_mnist_ops
    from tensorflow.compiler.mlir.tfr.examples.mnist import ops_defs  # pylint: disable=unused-import
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Oct 20 03:05:18 UTC 2021
    - 6.5K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tfr/examples/mnist/mnist_ops_test.py

    # limitations under the License.
    """Tests for tensorflow.compiler.mlir.tfr.examples.mnist.ops_defs."""
    
    import os
    import tensorflow as tf
    
    from tensorflow.compiler.mlir.tfr.examples.mnist import gen_mnist_ops
    from tensorflow.compiler.mlir.tfr.examples.mnist import ops_defs
    from tensorflow.compiler.mlir.tfr.python import test_utils
    from tensorflow.python.framework import load_library
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 4K bytes
    - Viewed (0)
  3. tensorflow/compiler/mlir/tfr/examples/mnist/mnist_train_test.py

    # See the License for the specific language governing permissions and
    # limitations under the License.
    """Test for tfr mnist training example."""
    
    from absl.testing import parameterized
    
    from tensorflow.compiler.mlir.tfr.examples.mnist import mnist_train
    from tensorflow.python.distribute import combinations
    from tensorflow.python.distribute import strategy_combinations
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Sat Jul 24 03:38:45 UTC 2021
    - 1.5K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tfr/examples/mnist/BUILD

        disable_v3 = True,  # Not needed. Save some resources and test time.
        python_version = "PY3",
        tags = [
            "no_cuda_asan",  # Not needed, and there were issues with timeouts.
            "no_oss",  # Avoid downloading mnist data set in oss.
            "nomultivm",  # Not needed. Save some resources and test time.
            "notap",  # The test is too long to run as part of llvm presubmits (b/173661843).
            "notpu",  # Takes too long (b/192305423)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Oct 24 11:50:40 UTC 2023
    - 3K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/tests/tf_saved_model/keras.py

    # pylint: disable=missing-docstring,line-too-long
    import tensorflow.compat.v2 as tf
    from tensorflow.compiler.mlir.tensorflow.tests.tf_saved_model import common
    
    
    def mnist_model():
      """Creates a MNIST model."""
      model = tf.keras.models.Sequential()
      model.add(tf.keras.layers.Flatten())
      model.add(tf.keras.layers.Dense(128, activation='relu'))
      model.add(tf.keras.layers.Dense(10, activation='softmax'))
      return model
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Sep 28 21:37:05 UTC 2021
    - 1.7K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/tfrt/tests/tfrt_fallback/BUILD

    #         "fallback_tensor_conversion_host.mlir": ["nomsan"],  # Can't instrument code in precompiled lib (cuDNN)
    #         "kernel_fallback_op_handler.mlir": ["nomsan"],  # Can't instrument code in precompiled lib (cuDNN)
    #         "mnist.mlir": ["nomsan"],  # Can't instrument code in precompiled lib (cuDNN)
    #         "runtime_fallback_op_handler.mlir": ["nomsan"],  # Can't instrument code in precompiled lib (cuDNN)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 27 18:00:18 UTC 2024
    - 6.2K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/tfr/examples/mnist/ops_defs.py

    # WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
    # See the License for the specific language governing permissions and
    # limitations under the License.
    """Defines all the new composite ops used in the mnist example."""
    
    # pylint: disable=g-direct-tensorflow-import
    # pylint: disable=missing-function-docstring
    
    import os
    import sys
    
    from absl import app
    import tensorflow as tf
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Aug 31 20:23:51 UTC 2023
    - 6.8K bytes
    - Viewed (0)
  8. src/crypto/ecdh/nist.go

    	// invalid points and the point at infinity, and NewPrivateKey rejects
    	// invalid scalars and the zero value. BytesX returns an error for the point
    	// at infinity, but in a prime order group such as the NIST curves that can
    	// only be the result of a scalar multiplication if one of the inputs is the
    	// zero scalar or the point at infinity.
    
    	if boring.Enabled {
    		return boring.ECDH(local.boring, remote.boring)
    	}
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon May 13 18:57:38 UTC 2024
    - 8.1K bytes
    - Viewed (0)
  9. src/main/webapp/js/admin/plugins/form-validator/lang/no.js

    oppgitt en korrekt dato",badDomain:"Ukorrekt domeneverdi",badEmail:"Du har ikke oppgitt en korrekt e-postadresse",badInt:"Inntastingsverdien er ikke et korrekt tall",badNumberOfSelectedOptionsEnd:" svar",badNumberOfSelectedOptionsStart:"Du må velge minst ",badSecurityAnswer:"Du har ikke oppgitt et korrekt svar på sikkerhetsspørsmålet",badSecurityNumber:"Ditt personnummer var ukorrekt",badStrength:"Passordet er ikke sterkt nok",badTelephone:"Du har ikke oppgitt et korrekt telefonnummer",badTime:"Du...
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Mon Jan 01 05:12:47 UTC 2018
    - 2.4K bytes
    - Viewed (0)
  10. src/internal/cpu/cpu_s390x.go

    )
    
    const (
    	// KDSA function codes
    	ecdsaVerifyP256    function = 1  // NIST P256
    	ecdsaVerifyP384    function = 2  // NIST P384
    	ecdsaVerifyP521    function = 3  // NIST P521
    	ecdsaSignP256      function = 9  // NIST P256
    	ecdsaSignP384      function = 10 // NIST P384
    	ecdsaSignP521      function = 11 // NIST P521
    	eddsaVerifyEd25519 function = 32 // Curve25519
    	eddsaVerifyEd448   function = 36 // Curve448
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu Oct 22 17:11:03 UTC 2020
    - 5.9K bytes
    - Viewed (0)
Back to top