Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 4 of 4 for 0235 (0.34 sec)

  1. tensorflow/compiler/mlir/lite/tests/prepare-tf.mlir

      // CHECK-DAG: %cst = arith.constant dense<[0, 2, 3, 1]> : tensor<4xi32>
      // CHECK: %0 = "tf.Transpose"(%arg0, %cst) : (tensor<1x4x1440x256xf32>, tensor<4xi32>) -> tensor<1x1440x256x4xf32>
      // CHECK: return %0
    }
    
    // CHECK-LABEL: @FoldMultpleTranspose
    func.func @FoldMultpleTranspose(%arg0: tensor<1x4x1440x256xf32>) -> tensor<1x256x4x1440xf32> {
        %cst_11 = arith.constant dense<[0, 2, 3, 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)
  2. tensorflow/compiler/mlir/lite/tests/prepare-quantize-post-training.mlir

      %5 = "quantfork.stats"(%4) {layerStats = dense<[-56.2916565, 122.922478]> : tensor<2xf32>} : (tensor<1x4xf32>) -> tensor<1x4xf32>
      %6 = "tfl.svdf"(%0, %1, %2, %3, %5) {fused_activation_function = "RELU", rank = 1 : i32} : (tensor<1x3xf32>, tensor<2x3xf32>, tensor<2x1xf32>, tensor<2xf32>, tensor<1x4xf32>) -> tensor<1x2xf32>
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu May 02 09:41:17 UTC 2024
    - 52.6K bytes
    - Viewed (0)
  3. pkg/controller/disruption/disruption_test.go

    	// Update scale of ReplicaSet and check PDB
    	rs.Spec.Replicas = pointer.Int32(5)
    	update(t, dc.rsStore, rs)
    
    	dc.sync(ctx, pdbName)
    	ps.VerifyPdbStatus(t, pdbName, 0, 1, 3, 5, map[string]metav1.Time{})
    }
    
    // Verify that an percentage MaxUnavailable will recompute allowed disruptions when the scale of
    // the selected pod's controller is modified.
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Sat May 04 18:33:12 UTC 2024
    - 50K bytes
    - Viewed (0)
  4. src/math/all_test.go

    	9.3881606348649405716214241e-01,
    }
    var log1p = []float64{
    	4.8590257759797794104158205e-02,
    	7.4540265965225865330849141e-02,
    	-2.7726407903942672823234024e-03,
    	-5.1404917651627649094953380e-02,
    	9.1998280672258624681335010e-02,
    	2.8843762576593352865894824e-02,
    	5.0969534581863707268992645e-02,
    	2.6913947602193238458458594e-02,
    	1.8088493239630770262045333e-02,
    	-9.0865245631588989681559268e-02,
    }
    var log2 = []float64{
    Registered: Wed Jun 12 16:32:35 UTC 2024
    - Last Modified: Fri Jul 07 17:39:26 UTC 2023
    - 86.8K bytes
    - Viewed (0)
Back to top