Home
last modified time | relevance | path

Searched defs:SelfAdjointEigV2Op (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dxla_self_adjoint_eig_op.cc44 class SelfAdjointEigV2Op : public XlaOpKernel { class
46 explicit SelfAdjointEigV2Op(OpKernelConstruction* ctx) : XlaOpKernel(ctx) {} in SelfAdjointEigV2Op() function in tensorflow::__anon0b7db2050111::SelfAdjointEigV2Op
/external/tensorflow/tensorflow/core/kernels/linalg/
Dself_adjoint_eig_v2_op_impl.h39 explicit SelfAdjointEigV2Op(OpKernelConstruction* context) : Base(context) { in SelfAdjointEigV2Op() function