Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 60 for output0 (0.23 sec)

  1. 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)
  2. maven-api-impl/src/test/remote-repo/org/codehaus/plexus/plexus-utils/1.1/plexus-utils-1.1.jar

    public abstract void consumeLine(String); } org/codehaus/plexus/util/cli/StreamFeeder.class package org.codehaus.plexus.util.cli; public synchronized class StreamFeeder extends Thread { private java.io.InputStream input; private java.io.OutputStream output; private boolean done; public void StreamFeeder(java.io.InputStream, java.io.OutputStream); public void run(); public void close(); public boolean isDone(); private void feed() throws java.io.IOException; } org/codehaus/plexus/util/cli/StreamPumper.class...
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Thu May 02 15:10:38 UTC 2024
    - 164.6K bytes
    - Viewed (0)
  3. 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)
  4. 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)
  5. src/cmd/go/alldocs.go

    // *testing.T to report success or failure, prints output to os.Stdout.
    // If the last comment in the function starts with "Output:" then the output
    // is compared exactly against the comment (see examples below). If the last
    // comment begins with "Unordered output:" then the output is compared to the
    // comment, however the order of the lines is ignored. An example with no such
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Jun 11 16:54:28 UTC 2024
    - 142.4K bytes
    - Viewed (0)
  6. 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)
  7. tensorflow/compiler/mlir/tensorflow/tests/canonicalize.mlir

    }
    
    // CHECK-LABEL: while_with_id_passthrough
    func.func @while_with_id_passthrough(%arg0: tensor<7xf32> {tf._user_specified_name = "x"}) -> tensor<?xf32> attributes {tf.entry_function = {control_outputs = "", inputs = "x", outputs = "identity_RetVal"}} {
      %0 = "tf.Const"() {value = dense<0> : tensor<i32>} : () -> tensor<i32>
      %1 = "tf.Const"() {value = dense<3> : tensor<i32>} : () -> tensor<i32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 22:07:10 UTC 2024
    - 132.1K bytes
    - Viewed (0)
  8. staging/src/k8s.io/apiextensions-apiserver/pkg/apiserver/schema/cel/validation_test.go

    					t.Fatalf("did not find expected log error message: %q\n%q", tt.expectedLogErr, outputBuffer.String())
    				}
    			} else if tt.expectedLogErr == "" && outputBuffer.String() != "" {
    				t.Fatalf("expected no log output, got: %q", outputBuffer.String())
    			}
    
    			if tt.expectedValidationErr != "" {
    				if !strings.Contains(errs[0].Error(), tt.expectedValidationErr) {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 04 17:14:10 UTC 2024
    - 159.9K bytes
    - Viewed (0)
  9. pkg/printers/internalversion/printers_test.go

    func TestTranslateTimestampUntil(t *testing.T) {
    	// Since this method compares the time with time.Now() internally,
    	// small buffers of 0.1 seconds are added on comparing times to consider method call overhead.
    	// Otherwise, the output strings become shorter than expected.
    	const buf = 1e8
    	tl := stringTestList{
    		{"a while ago", translateTimestampUntil(metav1.Time{Time: time.Now().Add(-2.1e9)}), "<invalid>"},
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue Jun 11 14:04:15 UTC 2024
    - 218.6K bytes
    - Viewed (0)
  10. src/cmd/internal/obj/ppc64/asm9.go

    func AOP_DQ(op uint32, xt uint32, a uint32, b uint32) uint32 {
    	/* The EA for this instruction form is (RA) + DQ << 4, where DQ is a 12-bit signed integer. */
    	/* In order to match the output of the GNU objdump (and make the usage in Go asm easier), the */
    	/* instruction is called using the sign extended value (i.e. a valid offset would be -32752 or 32752, */
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
Back to top