Searched refs:allocate_scoped_tensor (Results 1 – 12 of 12) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/linalg/ |
D | svd_op_gpu.cu.cc | 152 context, solver->allocate_scoped_tensor(U->dtype(), u_shape, &u_copy), in RunSVD() 157 solver->allocate_scoped_tensor(V->dtype(), v_shape, &v_copy), done); in RunSVD() 177 solver->allocate_scoped_tensor( in RunSVD() 303 solver->allocate_scoped_tensor(M.dtype(), input_shape, &input_copy), in PerformSVD_MgeqN()
|
D | matrix_solve_op.cc | 182 solver->allocate_scoped_tensor(DataTypeToEnum<Scalar>::value, in ComputeAsync() 206 solver->allocate_scoped_tensor(DataTypeToEnum<int>::value, in ComputeAsync() 258 solver->allocate_scoped_tensor(DataTypeToEnum<Scalar>::value, in ComputeAsync()
|
D | matrix_inverse_op.cc | 135 solver->allocate_scoped_tensor(DataTypeToEnum<Scalar>::value, in ComputeAsync() 154 solver->allocate_scoped_tensor(DataTypeToEnum<int>::value, in ComputeAsync()
|
D | qr_op_impl.h | 184 solver->allocate_scoped_tensor(DataTypeToEnum<Scalar>::value, in ComputeAsync() 190 solver->allocate_scoped_tensor( in ComputeAsync()
|
D | tridiagonal_solve_op_gpu.cu.cc | 174 cublas_solver->allocate_scoped_tensor( in ComputeMatrix() 349 OP_REQUIRES_OK(context, cublas_solver->allocate_scoped_tensor( in TransposeLhsForGtsvBatched()
|
D | self_adjoint_eig_v2_op_gpu.cc | 93 solver->allocate_scoped_tensor(DataTypeToEnum<RealScalar>::value, in ComputeAsync()
|
D | determinant_op.cc | 189 solver->allocate_scoped_tensor(DataTypeToEnum<int>::value, in ComputeAsync() 334 solver->allocate_scoped_tensor(DataTypeToEnum<int>::value, in ComputeAsync()
|
D | lu_op_gpu.cu.cc | 164 solver->allocate_scoped_tensor( in ComputeAsync()
|
/external/tensorflow/tensorflow/core/util/ |
D | rocm_solvers.h | 75 Status allocate_scoped_tensor(DataType type, const TensorShape& shape,
|
D | rocm_solvers.cc | 186 Status ROCmSolver::allocate_scoped_tensor(DataType type, in allocate_scoped_tensor() function in tensorflow::ROCmSolver
|
D | cuda_solvers.h | 185 Status allocate_scoped_tensor(DataType type, const TensorShape& shape,
|
D | cuda_solvers.cc | 294 Status CudaSolver::allocate_scoped_tensor(DataType type, in allocate_scoped_tensor() function in tensorflow::CudaSolver
|