Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for Franko (0.15 sec)

  1. src/cmd/vendor/golang.org/x/arch/ppc64/ppc64asm/tables.go

    		[6]*argField{ap_MMAReg_38_40, ap_VecSReg_61_61_43_47, ap_VecSReg_62_62_48_52, ap_ImmUnsigned_24_27, ap_ImmUnsigned_28_31, ap_ImmUnsigned_16_17}},
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Tue Nov 22 17:16:14 UTC 2022
    - 334.7K bytes
    - Viewed (0)
  2. tensorflow/compiler/mlir/tf2xla/transforms/legalize_tf.cc

        int64_t rank = lhs_type.getRank();
        auto batch_dimensions = llvm::to_vector<4>(llvm::seq<int64_t>(0, rank - 2));
        auto lhs_contracting_dimensions = llvm::to_vector<4>(
            llvm::ArrayRef({op.getAdjX() ? rank - 2 : rank - 1}));
        auto rhs_contracting_dimensions = llvm::to_vector<4>(
            llvm::ArrayRef({op.getAdjY() ? rank - 1 : rank - 2}));
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Jun 11 20:00:43 UTC 2024
    - 291.8K bytes
    - Viewed (0)
  3. src/main/java/org/codelibs/fess/mylasta/direction/FessConfig.java

        /** The key of the configuration. e.g. 200 */
        String RANK_FUSION_window_size = "rank.fusion.window_size";
    
        /** The key of the configuration. e.g. 20 */
        String RANK_FUSION_rank_constant = "rank.fusion.rank_constant";
    
        /** The key of the configuration. e.g. -1 */
        String RANK_FUSION_THREADS = "rank.fusion.threads";
    
        /** The key of the configuration. e.g. rf_score */
    Registered: Wed Jun 12 13:08:18 UTC 2024
    - Last Modified: Thu Apr 11 02:34:53 UTC 2024
    - 459.2K bytes
    - Viewed (0)
  4. tensorflow/compiler/mlir/lite/tests/optimize.mlir

    }
    
    // CHECK-LABEL: @FuseReshapeAroundBMMNagativeTest2
    // Checks that the pattern matcher FuseReshapesAroundBatchMatMulLHS does not get
    // applied for this case that does not pass the constraint around input rank.
    func.func @FuseReshapeAroundBMMNagativeTest2(%arg0: tensor<2x1536xf32>) -> tensor<2x768xf32> {
      %cst = arith.constant dense_resource<__elided__> : tensor<3xi32>
      %cst_0 = arith.constant dense_resource<__elided__> : tensor<2xi32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 16 20:31:41 UTC 2024
    - 284.1K bytes
    - Viewed (0)
Back to top