Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for integer_v1 (0.1 sec)

  1. tensorflow/compiler/mlir/lite/tests/flatbuffer2mlir/vhlo.mlir

    //CHECK-SAME: batch_group_count = #vhlo.integer_v1<1 : i64>,
    //CHECK-SAME: feature_group_count = #vhlo.integer_v1<32 : i64>,
    //CHECK-SAME: input_batch_dimension = #vhlo.integer_v1<0 : i64>,
    //CHECK-SAME: input_feature_dimension = #vhlo.integer_v1<3 : i64>,
    //CHECK-SAME: input_spatial_dimensions = #vhlo.tensor_v1<dense<[1, 2]> : tensor<2xi64>>,
    //CHECK-SAME: kernel_input_feature_dimension = #vhlo.integer_v1<2 : i64>,
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Mar 14 19:15:40 UTC 2024
    - 31.9K bytes
    - Viewed (0)
  2. platforms/core-execution/workers/src/test/groovy/org/gradle/workers/internal/IsolatableSerializerRegistryTest.groovy

            int integer1 = 32768
            int integer2 = 32769
            Isolatable<?>[] isolatables = [isolatableFactory.isolate(integer1), isolatableFactory.isolate(integer2)]
    
            when:
            serialize(isolatables)
    
            and:
            Isolatable<?>[] newIsolatables = deserialize()
    
            then:
            newIsolatables[0].isolate() == integer1
            newIsolatables[1].isolate() == integer2
    Registered: Wed Jun 12 18:38:38 UTC 2024
    - Last Modified: Wed May 08 14:30:36 UTC 2024
    - 11.5K bytes
    - Viewed (0)
Back to top