Search Options

Results per page
Sort
Preferred Languages
Advance

Results 41 - 42 of 42 for FAIL (0.25 sec)

  1. tensorflow/compiler/mlir/tf2xla/tests/legalize-tf.mlir

    }
    
    // -----
    
    // CHECK-LABEL: func @infeed_dequeue_tuple_dynamic_error
    func.func @infeed_dequeue_tuple_dynamic_error() -> (tensor<3x3xf32>, tensor<4x?xf32>) {
      // We expect legalization to fail for dynamic shapes:
      // CHECK: [[INFEED:%.*]] = "tf.InfeedDequeueTuple"{{.*}}
      %0:2 = "tf.InfeedDequeueTuple"() : () -> (tensor<3x3xf32>, tensor<4x?xf32>)
      func.return %0#0, %0#1 : tensor<3x3xf32>, tensor<4x?xf32>
    }
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon May 06 18:46:23 UTC 2024
    - 335.5K bytes
    - Viewed (0)
  2. CHANGELOG/CHANGELOG-1.26.md

    - Fix incorrect calculation for ResourceQuota with PriorityClass as...
    Registered: Sat Jun 15 01:39:40 UTC 2024
    - Last Modified: Thu Mar 14 16:24:51 UTC 2024
    - 425.7K bytes
    - Viewed (0)
Back to top