Searched refs:BinaryOpShared (Results 1 – 2 of 2) sorted by relevance
20 BinaryOpShared::BinaryOpShared(OpKernelConstruction* ctx, DataType out, in BinaryOpShared() function in tensorflow::BinaryOpShared28 void BinaryOpShared::SetUnimplementedError(OpKernelContext* ctx) { in SetUnimplementedError()34 void BinaryOpShared::SetComputeError(OpKernelContext* ctx) { in SetComputeError()55 BinaryOpShared::BinaryOpState::BinaryOpState(OpKernelContext* ctx) in BinaryOpState()
43 class BinaryOpShared : public OpKernel {45 explicit BinaryOpShared(OpKernelConstruction* ctx, DataType out, DataType in);79 class BinaryOp : public BinaryOpShared {85 : BinaryOpShared(ctx, DataTypeToEnum<Tout>::v(), in BinaryOp()