Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 180 for zero (0.13 sec)

  1. pkg/controller/volume/attachdetach/cache/actual_state_of_world_test.go

    }
    
    // Populates data struct with one volume/node entry.
    // Verifies mountedByNode is true and DetachRequestedTime is zero.
    func Test_SetVolumesMountedByNode_Positive_Set(t *testing.T) {
    	// Arrange
    	volumePluginMgr, _ := volumetesting.GetTestVolumePluginMgr(t)
    	asw := NewActualStateOfWorld(volumePluginMgr)
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Apr 11 07:35:17 UTC 2024
    - 66.1K bytes
    - Viewed (0)
  2. src/crypto/tls/conn.go

    // A zero value for t means [Conn.Read] and [Conn.Write] will not time out.
    // After a Write has timed out, the TLS state is corrupt and all future writes will return the same error.
    func (c *Conn) SetDeadline(t time.Time) error {
    	return c.conn.SetDeadline(t)
    }
    
    // SetReadDeadline sets the read deadline on the underlying connection.
    // A zero value for t means [Conn.Read] will not time out.
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 03:10:12 UTC 2024
    - 51.8K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/riscv/obj.go

    			p.As = ABCLRI
    		case ABEXT:
    			p.As = ABEXTI
    		case ABINV:
    			p.As = ABINVI
    		case ABSET:
    			p.As = ABSETI
    		}
    	}
    
    	switch p.As {
    	case obj.AJMP:
    		// Turn JMP into JAL ZERO or JALR ZERO.
    		p.From.Type = obj.TYPE_REG
    		p.From.Reg = REG_ZERO
    
    		switch p.To.Type {
    		case obj.TYPE_BRANCH:
    			p.As = AJAL
    		case obj.TYPE_MEM:
    			switch p.To.Name {
    			case obj.NAME_NONE:
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sun Apr 07 03:32:27 UTC 2024
    - 77K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/tests/decompose_resource_ops.mlir

        // CHECK-DAG: %[[MAX:.*]] = "tf.Maximum"(%[[PROX_NEW]], %[[ZERO]]) : (tensor<4xf32>, tensor<f32>) -> tensor<4xf32>
        // CHECK-DAG: %[[SIGNED:.*]] = "tf.Mul"(%[[SIGN]], %[[MAX]]) : (tensor<4xf32>, tensor<4xf32>) -> tensor<4xf32>
        // CHECK-DAG: %[[GT:.*]] = "tf.Greater"(%[[L1]], %[[ZERO]]) : (tensor<f32>, tensor<f32>) -> tensor<i1>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 22 19:47:48 UTC 2024
    - 51.3K bytes
    - Viewed (0)
  5. okhttp/src/test/java/okhttp3/HttpUrlTest.kt

        // hair space
        assertThat(parse("http://h/\u200a").encodedPath).isEqualTo("/%E2%80%8A")
        // zero-width space
        assertThat(parse("http://h/\u200b").encodedPath).isEqualTo("/%E2%80%8B")
        // zero-width non-joiner
        assertThat(parse("http://h/\u200c").encodedPath).isEqualTo("/%E2%80%8C")
        // zero-width joiner
        assertThat(parse("http://h/\u200d").encodedPath).isEqualTo("/%E2%80%8D")
        // left-to-right mark
    Registered: Sun Jun 16 04:42:17 UTC 2024
    - Last Modified: Mon Jan 08 01:13:22 UTC 2024
    - 67.9K bytes
    - Viewed (0)
  6. src/cmd/compile/internal/ssa/debug.go

    			}
    		}
    
    		// Examine the prolog portion of the block to process special
    		// zero-width ops such as Arg, Phi, LoweredGetClosurePtr (etc)
    		// whose lifetimes begin at the block starting point. In an
    		// entry block, allow for the possibility that we may see Arg
    		// ops that appear _after_ other non-zero-width operations.
    		// Example:
    		//
    		//   v33 = ArgIntReg <uintptr> {foo+0} [0] : AX (foo)
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Jun 10 19:44:43 UTC 2024
    - 58.4K bytes
    - Viewed (0)
  7. src/net/http/httputil/reverseproxy_test.go

    			want: 123,
    		},
    		{
    			name: "server-sent events overrides non-zero",
    			res: &http.Response{
    				Header: http.Header{
    					"Content-Type": {"text/event-stream"},
    				},
    			},
    			p:    &ReverseProxy{FlushInterval: 123},
    			want: -1,
    		},
    		{
    			name: "server-sent events overrides zero",
    			res: &http.Response{
    				Header: http.Header{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 54.6K bytes
    - Viewed (0)
  8. guava/src/com/google/common/base/Preconditions.java

       * is fine with that.
       */
    
      /**
       * Ensures that {@code index} specifies a valid <i>element</i> in an array, list or string of size
       * {@code size}. An element index may range from zero, inclusive, to {@code size}, exclusive.
       *
       * @param index a user-supplied index identifying an element of an array, list or string
       * @param size the size of that array, list or string
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Thu Apr 11 11:52:14 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  9. src/cmd/internal/obj/arm/asm5.go

    		if c.instoffset != 0 {
    			c.ctxt.Diag("offset must be zero in LDREX")
    		}
    		o1 = 0x19<<20 | 0xf9f
    		o1 |= (uint32(p.From.Reg) & 15) << 16
    		o1 |= (uint32(p.To.Reg) & 15) << 12
    		o1 |= ((uint32(p.Scond) & C_SCOND) ^ C_SCOND_XOR) << 28
    
    	case 78: /* strex reg,oreg,reg */
    		c.aclass(&p.From)
    
    		if c.instoffset != 0 {
    			c.ctxt.Diag("offset must be zero in STREX")
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Dec 15 20:51:01 UTC 2023
    - 79.4K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/lite/transforms/optimize_patterns.td

    class IsConstantValueOf<int value> : Constraint<CPred<
      "TFL::IsConstantValueOf($0," # value # ")">>;
    
    // ReLU patterns
    def MatchReluPattern : Pat<
      (TFL_MaximumOp $input, (Arith_ConstantOp $Zero)),
      (TFL_ReluOp $input),
      [(FloatValueEquals<"0"> $Zero)]>;
    
    // Optimize Minimum of tf.Relu and constant six to tf.Relu6
    def MinimumOfReluAnd6ToRelu6 :
      Pat<(TFL_MinimumOp (TFL_ReluOp $x), (Arith_ConstantOp $y)),
          (TFL_Relu6Op $x),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 66.4K bytes
    - Viewed (0)
Back to top