Searched refs:allocate_scoped_tensor (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
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 | svd_op_gpu.cu.cc | 117 context, solver->allocate_scoped_tensor(U->dtype(), u_shape, &u_copy), in RunSVD() 143 solver->allocate_scoped_tensor( in RunSVD() 252 solver->allocate_scoped_tensor(M.dtype(), input_shape, &input_copy), in PerformSVD_MgeqN()
|
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 | determinant_op.cc | 189 solver->allocate_scoped_tensor(DataTypeToEnum<int>::value, in ComputeAsync() 334 solver->allocate_scoped_tensor(DataTypeToEnum<int>::value, in ComputeAsync()
|
D | self_adjoint_eig_v2_op_gpu.cc | 93 solver->allocate_scoped_tensor(DataTypeToEnum<RealScalar>::value, in ComputeAsync()
|
D | lu_op_gpu.cu.cc | 162 solver->allocate_scoped_tensor( in ComputeAsync()
|
D | cuda_solvers.h | 178 Status allocate_scoped_tensor(DataType type, const TensorShape& shape,
|
D | cuda_solvers.cc | 273 Status CudaSolver::allocate_scoped_tensor(DataType type, in allocate_scoped_tensor() function in tensorflow::CudaSolver
|