Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for CreatTfF32ConstOp (0.12 sec)

  1. tensorflow/compiler/mlir/lite/utils/lstm_utils.cc

      auto type = RankedTensorType::get(shape, builder->getF32Type());
      auto attr = DenseElementsAttr::get(type, val);
      return builder->create<arith::ConstantOp>(location, type, attr);
    }
    
    Value CreatTfF32ConstOp(OpBuilder* builder, ArrayRef<int64_t> shape, float val,
                            mlir::Location location) {
      auto type = RankedTensorType::get(shape, builder->getF32Type());
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 36.2K bytes
    - Viewed (0)
Back to top