Search Options

Results per page
Sort
Preferred Languages
Advance

Results 51 - 60 of 70 for providedBy (0.22 sec)

  1. tensorflow/compiler/mlir/lite/stablehlo/transforms/uniform_quantized_stablehlo_to_tfl_pass.cc

        auto padded_output_tensor_type = RankedTensorType::get(
            padded_output_tensor_shape, input_tensor_type.getElementType());
    
        // The pad values is provided as a const op.
        auto pad_value_const_op = rewriter.create<TFL::ConstOp>(
            loc, /*value=*/DenseIntElementsAttr::get(
                RankedTensorType::get({rank, 2}, rewriter.getIntegerType(32)),
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Apr 22 09:00:19 UTC 2024
    - 99.8K bytes
    - Viewed (0)
  2. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-param-util-generated.h

    // in the documentation and/or other materials provided with the
    // distribution.
    //     * Neither the name of Google Inc. nor the names of its
    // contributors may be used to endorse or promote products derived from
    // this software without specific prior written permission.
    //
    // THIS SOFTWARE IS PROVIDED BY THE COPYRIGHT HOLDERS AND CONTRIBUTORS
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 187.7K bytes
    - Viewed (0)
  3. src/cmd/compile/internal/ssa/_gen/generic.rules

    //  - the first occurrence of a variable defines that variable.  Subsequent
    //    uses must match (be == to) the first use.
    //  - v is defined to be the value matched.
    //  - an additional conditional can be provided after the match pattern with "&&".
    // on the generated side
    //  - the type of the top-level expression is the same as the one on the left-hand side.
    //  - the type of any subexpressions must be specified explicitly (or
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Thu May 16 22:21:05 UTC 2024
    - 135.3K bytes
    - Viewed (0)
  4. pkg/volume/util/operationexecutor/operation_generator.go

    					og.markVolumeErrorState(volumeToMount, markVolumeOpts, volumetypes.NewUncertainProgressError(errText), actualStateOfWorld)
    				}
    			}()
    
    			// if pluginDevicePath is provided, assume attacher may not provide device
    			// or attachment flow uses SetupDevice to get device path
    			if len(pluginDevicePath) != 0 {
    				devicePath = pluginDevicePath
    			}
    			if len(devicePath) == 0 {
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Tue May 14 06:17:25 UTC 2024
    - 101.4K bytes
    - Viewed (0)
  5. src/cmd/internal/obj/ppc64/asm9.go

    // furnished to do so, subject to the following conditions:
    //
    // The above copyright notice and this permission notice shall be included in
    // all copies or substantial portions of the Software.
    //
    // THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND, EXPRESS OR
    // IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES OF MERCHANTABILITY,
    // FITNESS FOR A PARTICULAR PURPOSE AND NONINFRINGEMENT.  IN NO EVENT SHALL THE
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Wed May 15 13:55:28 UTC 2024
    - 156.1K bytes
    - Viewed (0)
  6. pkg/kubelet/eviction/eviction_manager_test.go

    			t.Errorf("Admit pod: %v, expected: %v, actual: %v", pod, expected[i], result.Admit)
    		}
    	}
    }
    
    // parseQuantity parses the specified value (if provided) otherwise returns 0 value
    func parseQuantity(value string) resource.Quantity {
    	if len(value) == 0 {
    		return resource.MustParse("0")
    	}
    	return resource.MustParse(value)
    }
    
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Wed May 15 23:14:12 UTC 2024
    - 119.9K bytes
    - Viewed (0)
  7. api/maven-api-model/src/main/mdo/maven.mdo

              <version>4.0.0+</version>
              <description>
                <![CDATA[
                The scope of the dependency - {@code compile}, {@code runtime},
                {@code test}, {@code system}, and {@code provided}. Used to
                calculate the various classpaths used for compilation, testing, and so on.
                It also assists in determining which artifacts to include in a distribution of
    Registered: Wed Jun 12 09:55:16 UTC 2024
    - Last Modified: Tue Apr 23 13:29:46 UTC 2024
    - 115.1K bytes
    - Viewed (0)
  8. android/guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

                /*
                 * This test relies on behavior that's unspecified but currently
                 * guaranteed by the implementation: Cancellation of inputs is
                 * performed in the order they were provided to the constructor. Verify
                 * that as a sanity check:
                 */
                assertFalse(future2.isCancelled());
                // Now attempt to trigger the exception:
                future2.set(DATA2);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  9. guava-tests/test/com/google/common/util/concurrent/FuturesTest.java

                /*
                 * This test relies on behavior that's unspecified but currently
                 * guaranteed by the implementation: Cancellation of inputs is
                 * performed in the order they were provided to the constructor. Verify
                 * that as a sanity check:
                 */
                assertFalse(future2.isCancelled());
                // Now attempt to trigger the exception:
                future2.set(DATA2);
    Registered: Wed Jun 12 16:38:11 UTC 2024
    - Last Modified: Wed May 29 16:29:37 UTC 2024
    - 144.1K bytes
    - Viewed (0)
  10. src/net/http/serve_test.go

    	h := StripPrefix("/foo", NotFoundHandler())
    	req := httptest.NewRequest("GET", "/foo/bar", nil)
    	h.ServeHTTP(httptest.NewRecorder(), req)
    	if req.URL.Path != "/foo/bar" {
    		t.Errorf("StripPrefix should not modify the provided Request, but it did")
    	}
    }
    
    func TestRequestLimit(t *testing.T) { run(t, testRequestLimit) }
    func testRequestLimit(t *testing.T, mode testMode) {
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jun 07 17:57:01 UTC 2024
    - 202K bytes
    - Viewed (0)
Back to top