Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 10 of 120 for defUse (0.13 sec)

  1. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/internal/gtest-port.h

    #  define GTEST_OS_WINDOWS_MINGW 1
    # else
    #  define GTEST_OS_WINDOWS_DESKTOP 1
    # endif  // _WIN32_WCE
    #elif defined __APPLE__
    # define GTEST_OS_MAC 1
    # if TARGET_OS_IPHONE
    #  define GTEST_OS_IOS 1
    #  if TARGET_IPHONE_SIMULATOR
    #   define GTEST_OS_IOS_SIMULATOR 1
    #  endif
    # endif
    #elif defined __linux__
    # define GTEST_OS_LINUX 1
    # if defined __ANDROID__
    #  define GTEST_OS_LINUX_ANDROID 1
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 67.2K bytes
    - Viewed (0)
  2. src/crypto/internal/nistec/p256_asm_s390x.s

    // func p256OrdMul(res, in1, in2 *p256OrdElement)
    #define res_ptr R1
    #define x_ptr R2
    #define y_ptr R3
    #define X0    V0
    #define X1    V1
    #define Y0    V2
    #define Y1    V3
    #define M0    V4
    #define M1    V5
    #define T0    V6
    #define T1    V7
    #define T2    V8
    #define YDIG  V9
    
    #define ADD1  V16
    #define ADD1H V17
    #define ADD2  V18
    #define ADD2H V19
    #define RED1  V20
    #define RED1H V21
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 55.4K bytes
    - Viewed (0)
  3. src/crypto/internal/nistec/p256_asm_ppc64le.s

    #undef PL
    #undef PH
    #undef CAR1
    
    #define P3ptr   R3
    #define P1ptr   R4
    #define P2ptr   R5
    
    #define X1L    V0
    #define X1H    V1
    #define Y1L    V2
    #define Y1H    V3
    #define Z1L    V4
    #define Z1H    V5
    #define X2L    V6
    #define X2H    V7
    #define Y2L    V8
    #define Y2H    V9
    #define Z2L    V10
    #define Z2H    V11
    #define SEL    V12
    #define ZER    V13
    
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Mon Mar 04 17:29:44 UTC 2024
    - 56.5K bytes
    - Viewed (0)
  4. .bazelrc

    # Default paths for TF_SYSTEM_LIBS
    build:linux --define=PREFIX=/usr
    build:linux --define=LIBDIR=$(PREFIX)/lib
    build:linux --define=INCLUDEDIR=$(PREFIX)/include
    build:linux --define=PROTOBUF_INCLUDE_PATH=$(PREFIX)/include
    build:macos --define=PREFIX=/usr
    build:macos --define=LIBDIR=$(PREFIX)/lib
    build:macos --define=INCLUDEDIR=$(PREFIX)/include
    build:macos --define=PROTOBUF_INCLUDE_PATH=$(PREFIX)/include
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 17:12:54 UTC 2024
    - 52.9K bytes
    - Viewed (0)
  5. testing/performance/src/templates/native-dependents-resources/googleTest/libs/googleTest/1.7.0/include/gtest/gtest.h

    #define GTEST_FAIL() GTEST_FATAL_FAILURE_("Failed")
    
    // Define this macro to 1 to omit the definition of FAIL(), which is a
    // generic name and clashes with some other libraries.
    #if !GTEST_DONT_DEFINE_FAIL
    # define FAIL() GTEST_FAIL()
    #endif
    
    // Generates a success with a generic message.
    #define GTEST_SUCCEED() GTEST_SUCCESS_("Succeeded")
    
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Thu Apr 04 07:21:38 UTC 2024
    - 86.4K bytes
    - Viewed (0)
  6. tensorflow/compiler/mlir/lite/tests/prepare-quantize-post-training.mlir

        %cst_2 = "tfl.no_value"() {value = unit} : () -> none
        %cst_3 = arith.constant dense<1.0> : tensor<20x20xf32>
        %cst_7 = arith.constant dense<1.0> : tensor<20xf32>
        %cst_11 = arith.constant dense<1.0> : tensor<20x28xf32>
        %recurrent_input = arith.constant dense<1.0> : tensor<1x20xf32>
        %recurrent_stats = "quantfork.stats"(%recurrent_input) {layerStats = dense<[-2.0, 1.0]> : tensor<2xf32>} : (tensor<1x20xf32>) -> tensor<1x20xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  7. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/lift_quantizable_spots_as_functions.mlir

    func.func @dot_general_with_bias_same_shape_and_relu6_fn(%arg0: tensor<1x1x167xf32>) -> tensor<1x1x64xf32> {
      %0 = stablehlo.constant dense<2.000000e+00> : tensor<167x64xf32>
      %1 = stablehlo.constant dense<2.000000e+00> : tensor<1x1x64xf32>
      %2 = stablehlo.constant dense<0.000000e+00> : tensor<1x1x64xf32>
      %3 = stablehlo.constant dense<6.000000e+00> : tensor<1x1x64xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri May 10 04:07:09 UTC 2024
    - 49.8K bytes
    - Viewed (0)
  8. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

      %cst = "tf.Const"() {device = "", value = dense<[1, 0, 1]> : tensor<3xi32>} : () -> tensor<3xi32>
      %cst_0 = "tf.Const"() {device = "", value = dense<[1, 0, 0]> : tensor<3xi32>} : () -> tensor<3xi32>
      %cst_1 = "tf.Const"() {device = "", value = dense<1> : tensor<3xi32>} : () -> tensor<3xi32>
    
      // CHECK-DAG: %[[CST:.*]] = arith.constant dense<[1, 0, 0, 1]> : tensor<4xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Wed May 29 07:26:59 UTC 2024
    - 59.8K bytes
    - Viewed (0)
  9. tensorflow/compiler/mlir/quantization/stablehlo/tests/passes/quantize_composite_functions.mlir

        %cst_0 = stablehlo.constant dense<3> : tensor<1xi32>
        %cst_1 = stablehlo.constant dense<4> : tensor<1xi32>
        %cst_2 = stablehlo.constant dense<2> : tensor<1xi32>
        %cst_3 = stablehlo.constant dense<0.000000e+00> : tensor<f32>
        %cst_4 = stablehlo.constant dense<6.000000e+00> : tensor<f32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 09 05:56:10 UTC 2024
    - 91.6K bytes
    - Viewed (0)
  10. tensorflow/compiler/mlir/tfrt/tests/mlrt/while_to_map_fn.mlir

      %outputs = "tf.Const"() {value = dense<0> : tensor<i32>} : () -> tensor<1xi32>
      %outputs_0 = "tf.Const"() {value = dense<224> : tensor<2xi32>} : () -> tensor<2xi32>
      %outputs_2 = "tf.Const"() {value = dense<0> : tensor<i32>} : () -> tensor<i32>
      %outputs_4 = "tf.Const"() {value = dense<1> : tensor<1xi32>} : () -> tensor<1xi32>
      %outputs_6 = "tf.Const"() {value = dense<0> : tensor<1xi32>} : () -> tensor<1xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Apr 23 06:40:22 UTC 2024
    - 68.6K bytes
    - Viewed (0)
Back to top