Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 8 of 8 for stops (0.23 sec)

  1. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

    `(stop - start) / (num - 1)`, so that the last one is exactly `stop`.
    
    For example:
    
    ```
    tf.linspace(10.0, 12.0, 3, name="linspace") => [ 10.0  11.0  12.0]
    ```
      }];
    
      let arguments = (ins
        Arg<TF_FloatTensor, [{0-D tensor. First entry in the range.}]>:$start,
        Arg<TF_FloatTensor, [{0-D tensor. Last entry in the range.}]>:$stop,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 793K bytes
    - Viewed (0)
  2. okhttp-idna-mapping-table/src/main/resources/okhttp3/internal/idna/IdnaMappingTable.txt

    0241          ; mapped                 ; 0242          # 4.1  LATIN CAPITAL LETTER GLOTTAL STOP
    0242          ; valid                                  # 5.0  LATIN SMALL LETTER GLOTTAL STOP
    0243          ; mapped                 ; 0180          # 5.0  LATIN CAPITAL LETTER B WITH STROKE
    0244          ; mapped                 ; 0289          # 5.0  LATIN CAPITAL LETTER U BAR
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Sat Feb 10 11:25:47 UTC 2024
    - 854.1K bytes
    - Viewed (0)
  3. tests/integration/pilot/testdata/gateway-api-crd.yaml

              to match requests by hostname, gRPC service, gRPC method, or HTTP/2 header.
              Filters can be used to specify additional processing steps. Backends specify
              where matching requests will be routed.
    
    
              GRPCRoute falls under extended support within the Gateway API. Within the
    Registered: Fri Jun 14 15:00:06 UTC 2024
    - Last Modified: Thu May 09 02:01:51 UTC 2024
    - 912.2K bytes
    - Viewed (0)
  4. RELEASE.md

            dispatches the best kernel implementation based on CPU vector
            architecture. To disable them, build with
            `--define=tensorflow_mkldnn_contraction_kernel=0`.
        *   `tf.linspace(start, stop, num)` now always uses "stop" as last value
            (for num > 1)
        *   Added top-k to precision and recall to keras metrics.
        *   Add a ragged size op and register it to the op dispatcher
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 23:24:08 UTC 2024
    - 730.3K bytes
    - Viewed (0)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"(*ParseError).Error", Method, 0},
    		{"(*Ticker).Reset", Method, 15},
    		{"(*Ticker).Stop", Method, 0},
    		{"(*Time).GobDecode", Method, 0},
    		{"(*Time).UnmarshalBinary", Method, 2},
    		{"(*Time).UnmarshalJSON", Method, 0},
    		{"(*Time).UnmarshalText", Method, 2},
    		{"(*Timer).Reset", Method, 1},
    		{"(*Timer).Stop", Method, 0},
    		{"(Duration).Abs", Method, 19},
    		{"(Duration).Hours", Method, 0},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
  6. api/openapi-spec/v3/apis__apps__v1_openapi.json

    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 810.7K bytes
    - Viewed (0)
  7. testing/architecture-test/src/changes/archunit-store/internal-api-nullability.txt

    Class <org.gradle.launcher.daemon.protocol.Status> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Status.java:0)
    Class <org.gradle.launcher.daemon.protocol.Stop> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (Stop.java:0)
    Class <org.gradle.launcher.daemon.protocol.StopWhenIdle> is not annotated (directly or via its package) with @org.gradle.api.NonNullApi in (StopWhenIdle.java:0)
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Tue Jun 11 09:51:15 UTC 2024
    - 967.9K bytes
    - Viewed (0)
  8. pkg/apis/core/validation/validation_test.go

    				Exec: &core.ExecAction{
    					Command: []string{"echo", "post start"},
    				},
    			},
    			PreStop: &core.LifecycleHandler{
    				Exec: &core.ExecAction{
    					Command: []string{"echo", "pre stop"},
    				},
    			},
    		},
    		LivenessProbe: &core.Probe{
    			ProbeHandler: core.ProbeHandler{
    				TCPSocket: &core.TCPSocketAction{
    					Port: intstr.FromInt32(80),
    				},
    			},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
Back to top