Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ConvertToTensorProto (0.19 sec)

  1. tensorflow/compiler/mlir/tensorflow/utils/convert_tensor.h

    absl::StatusOr<mlir::Attribute> ConvertTensorShapeProto(
        const TensorShapeProto& shape, mlir::MLIRContext* context);
    
    // Converts an MLIR elements attribute to a TensorFlow tensor proto.
    Status ConvertToTensorProto(mlir::ElementsAttr attr,
                                TensorProto* output_tensor);
    
    // Converts an MLIR elements attribute to a TensorFlow tensor.
    Status ConvertToTensor(mlir::ElementsAttr attr, Tensor* output_tensor);
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 26 09:37:10 UTC 2024
    - 2.9K bytes
    - Viewed (0)
Back to top