Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 5 of 5 for jstack (0.13 sec)

  1. RELEASE.md

    are deprecated in favor of `tf.multiply`, `tf.subtract` and `tf.negative`. *
    `tf.pack` and `tf.unpack` are deprecated in favor of `tf.stack` and
    `tf.unstack`. * `TensorArray.pack` and `TensorArray.unpack` are getting
    deprecated in favor of `TensorArray.stack` and `TensorArray.unstack`. * The
    following Python functions have had their arguments changed to use `axis` when
    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. CHANGELOG/CHANGELOG-1.19.md

    - Updated the API documentation for Service.Spec.IPFamily to warn that its exact
      semantics will probably change before the dual-stack feature goes GA, and users
      should look at ClusterIP or Endpoints, not IPFamily, to figure out if an existing
      Service is IPv4, IPv6, or dual-stack. ([#91527](https://github.com/kubernetes/kubernetes/pull/91527), [@danwinship](https://github.com/danwinship)) [SIG Apps and Network]
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed Jan 05 05:42:32 UTC 2022
    - 489.7K bytes
    - Viewed (0)
  3. pkg/apis/core/validation/validation_test.go

    		pod:         makePod("single-ip-family-4", "ns", []core.PodIP{{IP: "1.1.1.1"}}),
    	}, {
    		expectError: false,
    		pod:         makePod("dual-stack-4-6", "ns", []core.PodIP{{IP: "1.1.1.1"}, {IP: "::1"}}),
    	}, {
    		expectError: false,
    		pod:         makePod("dual-stack-6-4", "ns", []core.PodIP{{IP: "::1"}, {IP: "1.1.1.1"}}),
    	},
    		/* failure cases start here */
    		{
    			expectError: true,
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 29 22:40:29 UTC 2024
    - 857.7K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_generated_ops.td

      let summary = "Delete the stack from its resource container.";
    
      let arguments = (ins
        Arg<TF_ResourceTensor, [{The handle to a stack.}], [TF_StackFree]>:$handle
      );
    
      let results = (outs);
    }
    
    def TF_StackPopV2Op : TF_Op<"StackPopV2", []> {
      let summary = "Pop the element at the top of the stack.";
    
      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)
  5. src/cmd/vendor/golang.org/x/tools/internal/stdlib/manifest.go

    		{"WasDollar", Const, 0},
    	},
    	"runtime": {
    		{"(*BlockProfileRecord).Stack", Method, 1},
    		{"(*Frames).Next", Method, 7},
    		{"(*Func).Entry", Method, 0},
    		{"(*Func).FileLine", Method, 0},
    		{"(*Func).Name", Method, 0},
    		{"(*MemProfileRecord).InUseBytes", Method, 0},
    		{"(*MemProfileRecord).InUseObjects", Method, 0},
    		{"(*MemProfileRecord).Stack", Method, 0},
    		{"(*PanicNilError).Error", Method, 21},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 02 02:20:05 UTC 2024
    - 534.2K bytes
    - Viewed (0)
Back to top