Search Options

Results per page
Sort
Preferred Languages
Advance

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

  1. tensorflow/compiler/mlir/tensorflow/tests/lower_tf.mlir

    func.func @SparseSoftmaxCrossEntropyWithLogits_with_bf16_i64(%features: tensor<2x3xbf16>, %labels: tensor<2xi64>) -> (tensor<2xbf16>, tensor<2x3xbf16>) {
      // CHECK-NOT: tf.SparseSoftmaxCrossEntropyWithLogits
      %0:2 = "tf.SparseSoftmaxCrossEntropyWithLogits"(%features, %labels) : (tensor<2x3xbf16>, tensor<2xi64>) -> (tensor<2xbf16>, tensor<2x3xbf16>)
      func.return %0#0, %0#1 : tensor<2xbf16>, tensor<2x3xbf16>
    }
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Jan 05 18:35:42 UTC 2024
    - 92K bytes
    - Viewed (0)
Back to top