Home
last modified time | relevance | path

Searched refs:ROCmSolver (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/util/
Drocm_solvers.cc134 ROCmSolver::ROCmSolver(OpKernelContext* context) : context_(context) { in ROCmSolver() function in tensorflow::ROCmSolver
159 ROCmSolver::~ROCmSolver() { in ~ROCmSolver()
186 Status ROCmSolver::allocate_scoped_tensor(DataType type, in allocate_scoped_tensor()
196 Status ROCmSolver::forward_input_or_allocate_scoped_tensor( in forward_input_or_allocate_scoped_tensor()
229 Status ROCmSolver::Trsm<Scalar>( \
Drocm_solvers.h67 class ROCmSolver {
70 explicit ROCmSolver(OpKernelContext* context);
71 virtual ~ROCmSolver();
94 TF_DISALLOW_COPY_AND_ASSIGN(ROCmSolver);
/external/tensorflow/tensorflow/core/kernels/linalg/
Dmatrix_triangular_solve_op_impl.h338 auto solver = absl::make_unique<ROCmSolver>(context);