Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for operand_precision_size (0.15 sec)

  1. tensorflow/compiler/mlir/quantization/tensorflow/passes/convert_tf_xla_op_to_tf_op.cc

          Create1DConstValue(builder, loc, new_shape));
    }
    
    bool IsPrecisionEmpty(StringAttr prec_str) {
      xla::PrecisionConfig prec;
      prec.ParseFromString(prec_str.str());
      return !prec.operand_precision_size();
    }
    
    #include "tensorflow/compiler/mlir/quantization/tensorflow/passes/convert_tf_xla_op_to_tf_op.inc"
    
    void ConvertTfXlaOpToTfOpPass::runOnOperation() {
      MLIRContext* ctx = &getContext();
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 13.2K bytes
    - Viewed (0)
Back to top