My Project
Public Member Functions | List of all members
mlir::edsc::intrinsics::detail::ValueHandleArray Class Reference

#include <Intrinsics.h>

Public Member Functions

 ValueHandleArray (ArrayRef< ValueHandle > vals)
 
 ValueHandleArray (ArrayRef< IndexHandle > vals)
 
 ValueHandleArray (ArrayRef< index_t > vals)
 
 operator ArrayRef< Value > ()
 

Detailed Description

Helper structure to be used with ValueBuilder / OperationBuilder. It serves the purpose of removing boilerplate specialization for the sole purpose of implicitly converting ArrayRef<ValueHandle> -> ArrayRef<Value>.

Constructor & Destructor Documentation

◆ ValueHandleArray() [1/3]

mlir::edsc::intrinsics::detail::ValueHandleArray::ValueHandleArray ( ArrayRef< ValueHandle vals)
inline

◆ ValueHandleArray() [2/3]

mlir::edsc::intrinsics::detail::ValueHandleArray::ValueHandleArray ( ArrayRef< IndexHandle vals)
inline

◆ ValueHandleArray() [3/3]

mlir::edsc::intrinsics::detail::ValueHandleArray::ValueHandleArray ( ArrayRef< index_t vals)
inline

Member Function Documentation

◆ operator ArrayRef< Value >()

mlir::edsc::intrinsics::detail::ValueHandleArray::operator ArrayRef< Value > ( )
inline

The documentation for this class was generated from the following file: