Search Options

Results per page
Sort
Preferred Languages
Advance

Results 31 - 40 of 43 for output1 (0.33 sec)

  1. src/crypto/x509/verify_test.go

    		t.Error("errors.Is failed, wanted success")
    	}
    }
    
    func macosMajorVersion(t *testing.T) (int, error) {
    	cmd := testenv.Command(t, "sw_vers", "-productVersion")
    	out, err := cmd.Output()
    	if err != nil {
    		if ee, ok := err.(*exec.ExitError); ok && len(ee.Stderr) > 0 {
    			return 0, fmt.Errorf("%v: %v\n%s", cmd, err, ee.Stderr)
    		}
    		return 0, fmt.Errorf("%v: %v", cmd, err)
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 110.2K bytes
    - Viewed (0)
  2. src/database/sql/sql.go

    	// If retention is necessary, copy their values before the next call to Scan.
    	Scan(src any) error
    }
    
    // Out may be used to retrieve OUTPUT value parameters from stored procedures.
    //
    // Not all drivers and databases support OUTPUT value parameters.
    //
    // Example usage:
    //
    //	var outArg string
    //	_, err := db.ExecContext(ctx, "ProcName", sql.Named("Arg1", sql.Out{Dest: &outArg}))
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  3. src/net/http/server.go

    //
    // chunkWriter also is responsible for finalizing the Header, including
    // conditionally setting the Content-Type and setting a Content-Length
    // in cases where the handler's final output is smaller than the buffer
    // size. It also conditionally adds chunk headers, when in chunking mode.
    //
    // See the comment above (*response).Write for the entire write flow.
    type chunkWriter struct {
    	res *response
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 123.4K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_a_m.cc

      // we don't know which one it is. TF shape inference turns unranked outputs
      // into ranked ones if it can statically evaluate the broadcast, see the shape
      // function of tf.Equal.
      auto ty = mlir::dyn_cast<RankedTensorType>(op.getType());
      if (!ty) {
        return rewriter.notifyMatchFailure(op, "requires a ranked output shape");
      }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 146.7K bytes
    - Viewed (0)
  5. tensorflow/compiler/mlir/tensorflow/ir/tf_ops_n_z.cc

        return op.emitError() << "output 'sparse_indices' should have same length "
                              << "as attribute 'sparse_types'";
      }
      if (op.getSparseShapes().size() != sparse_types_count) {
        return op.emitError() << "output 'sparse_shapes' should have same length "
                              << "as attribute 'sparse_types'";
      }
    
      // Validate ragged variadic output lengths.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 170.8K bytes
    - Viewed (0)
  6. src/cmd/vendor/github.com/ianlancetaylor/demangle/ast.go

    	enclosingParams bool // whether to print enclosing parameters
    	llvmStyle       bool
    	max             int // maximum output length
    
    	// The scopes field is used to avoid unnecessary parentheses
    	// around expressions that use > (or >>). It is incremented if
    	// we output a parenthesis or something else that means that >
    	// or >> won't be treated as ending a template. It starts out
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri May 31 19:48:28 UTC 2024
    - 105.8K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/lite/tests/prepare-composite-functions-tf.mlir

    func.func private @dense_image_warp_invalid_flow_shape(%arg0: tensor<2x4x4x1xf32>, %arg1: tensor<2x4x4xf32>) -> tensor<2x4x4x1xf32> attributes {tf._implements = "addons:DenseImageWarp"}
    
    // expected-warning @+1 {{Output should be a 4D float tensor}}
    func.func private @dense_image_warp_invalid_output_shape(%arg0: tensor<2x4x4x1xf32>, %arg1: tensor<2x4x4x2xf32>) -> tensor<2x4x4xf32> attributes {tf._implements = "addons:DenseImageWarp"}
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 122.1K bytes
    - Viewed (0)
  8. src/main/java/org/codelibs/fess/mylasta/action/FessLabels.java

        /** The key of the message: lang */
        public static final String LABELS_LANG = "{labels.lang}";
    
        /** The key of the message: Target */
        public static final String LABELS_OUTPUTS = "{labels.outputs}";
    
        /** The key of the message: POS */
        public static final String LABELS_POS = "{labels.pos}";
    
        /** The key of the message: Purge Job Log Before */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Fri Mar 22 11:58:34 UTC 2024
    - 146.4K bytes
    - Viewed (0)
  9. src/reflect/all_test.go

    		}
    		if IsRO(vout1) {
    			t.Errorf("self-conversion output %v is RO, should not be", vout1)
    		}
    		if IsRO(vout2) {
    			t.Errorf("conversion output %v is RO, should not be", vout2)
    		}
    		if IsRO(vout3) {
    			t.Errorf("set(conversion output) %v is RO, should not be", vout3)
    		}
    		if !IsRO(MakeRO(v1).Convert(t1)) {
    			t.Errorf("RO self-conversion output %v is not RO, should be", v1)
    		}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:00:11 UTC 2024
    - 218.8K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/s390x/asmz.go

    			}
    			if p.From.Reg&1 != 0 {
    				c.ctxt.Diag("input argument must be even register in %v", p)
    			}
    			if p.To.Reg == REG_R0 {
    				c.ctxt.Diag("output argument must not be R0 in %v", p)
    			}
    			if p.To.Reg&1 != 0 {
    				c.ctxt.Diag("output argument must be an even register in %v", p)
    			}
    			if p.Reg == REG_R0 {
    				c.ctxt.Diag("third argument must not be R0 in %v", p)
    			}
    			if p.Reg&1 != 0 {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Apr 16 17:46:09 UTC 2024
    - 176.7K bytes
    - Viewed (0)
Back to top