Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for 3xbf16 (0.14 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/lower_tf.cc

          Type element_type = tensor_type.getElementType();
          if (element_type.isF32()) continue;
          // Element type can either be f32 or bf16 for `SparseMatMulOp` so it
          // must be bf16 here.
          assert(element_type.isBF16());
          Type tensor_type_f32;
          if (tensor_type.hasRank()) {
            tensor_type_f32 = tensorflow::GetTypeFromTFTensorShape(
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 74.9K bytes
    - Viewed (0)
Back to top