Searched refs:ComputeTensorSlice (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/linalg/ |
D | lu_op.cc | 118 ComputeTensorSlice(context, i, input, num_rows, num_cols, outputs, in Compute() 128 void ComputeTensorSlice(OpKernelContext* context, int64 matrix_index, in ComputeTensorSlice() function in tensorflow::LuOp
|
D | linalg_ops_common.cc | 107 ComputeTensorSlice(context, i, inputs, input_matrix_shapes, outputs, in Compute() 220 void LinearAlgebraOp<InputScalar, OutputScalar>::ComputeTensorSlice( in ComputeTensorSlice() function in tensorflow::LinearAlgebraOp
|
D | linalg_ops_common.h | 173 void ComputeTensorSlice(OpKernelContext* context, int64 matrix_index,
|