Search Options

Results per page
Sort
Preferred Languages
Advance

Results 21 - 30 of 31 for onInput (0.16 sec)

  1. android/guava-tests/test/com/google/common/util/concurrent/AbstractClosingFutureTest.java

        final ClosingFuture<String> input1 = ClosingFuture.from(immediateFuture("value1"));
        final ClosingFuture<Object> input2Failed = failedClosingFuture();
        final ClosingFuture<String> nonInput = ClosingFuture.from(immediateFuture("value3"));
        final AtomicReference<ClosingFuture.Peeker> capturedPeeker = new AtomicReference<>();
        ClosingFuture<TestCloseable> closingFuture =
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Tue May 07 12:37:15 UTC 2024
    - 75.3K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/lite/quantization/quantization_context.h

      // the constraints. The "requantize" can happen either on the input or output
      // of the quantization result.
      enum RequantizePosition {
        NO_REQUANTIZE,
        ON_INPUT,
        ON_OUTPUT
      } pos = NO_REQUANTIZE;
    
      // Quantization parameters will be used to add the requantize ops.
      QuantParams params;
    };
    
    // This class manages all the intermediate quantization states.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 08 01:38:03 UTC 2024
    - 9.9K bytes
    - Viewed (0)
  3. src/cmd/internal/obj/x86/asm_test.go

    			continue
    		}
    
    		matched, err := regexp.MatchString(test.out, string(out))
    		if err != nil {
    			t.Fatal(err)
    		}
    		if !matched {
    			t.Errorf("The %s testing failed!\ninput: %s\noutput: %s\n", test.name, test.code, out)
    		}
    	}
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 28 19:39:51 UTC 2023
    - 9.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_driver.cc

        return false;
      }
      if (!state.IsEmpty()) {
        RequantizeStates& rescales = GetResultRequantizeStates(op, result_index);
        RequantizeState& rescale = rescales.emplace_back();
        rescale.pos = RequantizeState::ON_INPUT;
        rescale.params = quantized_type;
        return true;
      }
      state.params = quantized_type;
      AddUserToList(op, result_index);
      return true;
    }
    
    QuantizedType QuantizationDriver::GetBiasParams(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 38.1K bytes
    - Viewed (0)
  5. tensorflow/compiler/jit/node_matchers.cc

        if ((*input_matchers)[input_idx].MatchAndExplain(input, &inner_listener)) {
          return true;
        }
    
        if (listener->IsInterested()) {
          *listener << "\ninput " << input_idx << " does not match expected:\n";
          (*input_matchers)[input_idx].DescribeTo(listener->stream());
          string explanation = inner_listener.str();
          if (!explanation.empty()) {
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jun 03 16:15:20 UTC 2022
    - 16.8K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/quantization/common/quantization_lib/quantization_driver.h

      // the constraints. The "requantize" can happen either on the input or output
      // of the quantization result.
      enum RequantizePosition {
        NO_REQUANTIZE,
        ON_INPUT,
        ON_OUTPUT
      } pos = NO_REQUANTIZE;
    
      // Quantization parameters will be used to add the requantize ops.
      QuantizedType params;
    
      // Avoid clobbering all uses of the value, limit to just these ops.
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed Mar 20 11:42:17 UTC 2024
    - 16.8K bytes
    - Viewed (0)
  7. go.mod

    	github.com/eapache/go-resiliency v1.6.0 // indirect
    	github.com/eapache/go-xerial-snappy v0.0.0-20230731223053-c322873962e3 // indirect
    	github.com/eapache/queue v1.1.0 // indirect
    	github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f // indirect
    	github.com/fatih/structs v1.1.0 // indirect
    	github.com/felixge/httpsnoop v1.0.4 // indirect
    	github.com/frankban/quicktest v1.14.4 // indirect
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 11.5K bytes
    - Viewed (0)
  8. src/encoding/csv/reader_test.go

    			inputByteSize := len(input)
    			inputOffset := r.InputOffset()
    			if err == nil && int64(inputByteSize) != inputOffset {
    				t.Errorf("wrong input offset after call ReadAll():\ngot:  %d\nwant: %d\ninput: %s", inputOffset, inputByteSize, input)
    			}
    
    			// Check field and error positions.
    			r, _, _, _ = newReader(tt)
    			for recNum := 0; ; recNum++ {
    				rec, err := r.Read()
    				var wantErr error
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Sat May 14 04:25:13 UTC 2022
    - 19.1K bytes
    - Viewed (0)
  9. src/database/sql/sql.go

    // already closed.
    func (db *DB) noteUnusedDriverStatement(c *driverConn, ds *driverStmt) {
    	db.mu.Lock()
    	defer db.mu.Unlock()
    	if c.inUse {
    		c.onPut = append(c.onPut, func() {
    			ds.Close()
    		})
    	} else {
    		c.Lock()
    		fc := c.finalClosed
    		c.Unlock()
    		if !fc {
    			ds.Close()
    		}
    	}
    }
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 23 01:16:53 UTC 2024
    - 103.6K bytes
    - Viewed (0)
  10. go.sum

    github.com/envoyproxy/protoc-gen-validate v0.1.0/go.mod h1:iSmxcyjqTsJpI2R4NaDN7+kN2VEUnK/pcBlmesArF7c=
    github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f h1:Y/CXytFA4m6baUTXGLOoWe4PQhGxaX0KpnayAqC48p4=
    github.com/erikgeiser/coninput v0.0.0-20211004153227-1c3628e74d0f/go.mod h1:vw97MGsxSvLiUE2X8qFplwetxpGLQrlU1Q9AUEIzCaM=
    github.com/fatih/color v1.7.0/go.mod h1:Zm6kSWBoL9eyXnKyktHP6abPY2pDugNf5KwzbycvMj4=
    Registered: Sun Jun 16 00:44:34 UTC 2024
    - Last Modified: Thu Jun 13 22:53:53 UTC 2024
    - 85.8K bytes
    - Viewed (0)
Back to top