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()
47 class BinaryOpShared : public OpKernel {49 explicit BinaryOpShared(OpKernelConstruction* ctx, DataType out, DataType in);82 class BinaryOp : public BinaryOpShared {88 : BinaryOpShared(ctx, DataTypeToEnum<Tout>::v(), in BinaryOp()