Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for simplicity (0.22 sec)

  1. RELEASE.md

    Yasir Modak, Yong Tang, Yongfeng Gu, Yuchen Ying, Yuxin Wu, zyeric, 王振华 (Zhenhua
    Wang)
    
    # Release 2.0.0
    
    ## Major Features and Improvements
    
    TensorFlow 2.0 focuses on **simplicity** and **ease of use**, featuring updates
    like:
    
    *   Easy model building with Keras and eager execution.
    *   Robust model deployment in production on any platform.
    *   Powerful experimentation for research.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  2. api/openapi-spec/v3/apis__apps__v1_openapi.json

              "fsType": {
                "description": "fsType is the filesystem type of the volume that you want to mount. Tip: Ensure that the filesystem type is supported by the host operating system. Examples: \"ext4\", \"xfs\", \"ntfs\". Implicitly inferred to be \"ext4\" if unspecified. More info: https://kubernetes.io/docs/concepts/storage/volumes#awselasticblockstore",
                "type": "string"
              },
              "partition": {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  3. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*Interface).EmbeddedType", Method, 11},
    		{"(*Interface).Empty", Method, 5},
    		{"(*Interface).ExplicitMethod", Method, 5},
    		{"(*Interface).IsComparable", Method, 18},
    		{"(*Interface).IsImplicit", Method, 18},
    		{"(*Interface).IsMethodSet", Method, 18},
    		{"(*Interface).MarkImplicit", Method, 18},
    		{"(*Interface).Method", Method, 5},
    		{"(*Interface).NumEmbeddeds", Method, 5},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  4. pkg/apis/core/validation/validation_test.go

    	tests := []struct {
    		mount       core.VolumeMount
    		container   *core.Container
    		expectError bool
    	}{{
    		// implicitly non-privileged container + no propagation
    		core.VolumeMount{Name: "foo", MountPath: "/foo"},
    		defaultContainer,
    		false,
    	}, {
    		// implicitly non-privileged container + HostToContainer
    		core.VolumeMount{Name: "foo", MountPath: "/foo", MountPropagation: &propagationHostToContainer},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    Comparison with `numpy.einsum`:
    
     * This Op only supports unary and binary forms of `numpy.einsum`.
     * This Op does not support implicit form. (i.e. equations without `->`).
     * This Op also supports repeated indices in the output subscript, which is not
       supported by `numpy.einsum`.
    @end_compatibility
      }];
    
      let arguments = (ins
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
Back to top