Searched defs:LinearAlgebraOp (Results 1 – 2 of 2) sorted by relevance
250 template class LinearAlgebraOp<float>; variable251 template class LinearAlgebraOp<double>; variable252 template class LinearAlgebraOp<complex64>; variable253 template class LinearAlgebraOp<complex128>; variable
42 explicit LinearAlgebraOp(OpKernelConstruction* context) : OpKernel(context) {} in LinearAlgebraOp() function