Home
last modified time | relevance | path

Searched refs:customOp (Results 1 – 4 of 4) sorted by relevance

/external/eigen/unsupported/test/
Dcxx11_tensor_custom_op.cpp44 Tensor<float, 2> result = tensor.customOp(InsertZeros()); in test_custom_unary_op()
91 Tensor<float, 3> result = tensor1.customOp(tensor2, BatchMatMul()); in test_custom_binary_op()
/external/tensorflow/tensorflow/core/kernels/
Ddata_format_ops.h105 y.device(d) = x.customOp(VecPermute<T>(dst)); in operator()
Deigen_attention.h293 return input.customOp(op);
/external/eigen/unsupported/Eigen/CXX11/src/Tensor/
DTensorBase.h803 …const TensorCustomUnaryOp<const CustomUnaryFunc, const Derived> customOp(const CustomUnaryFunc& op… in customOp() function
808 …const TensorCustomBinaryOp<const CustomBinaryFunc, const Derived, const OtherDerived> customOp(con… in customOp() function