HomeSort by relevance Sort by last modified time
    Searched refs:BinaryOpShared (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_common.cc 20 BinaryOpShared::BinaryOpShared(OpKernelConstruction* ctx, DataType out,
28 void BinaryOpShared::SetUnimplementedError(OpKernelContext* ctx) {
34 void BinaryOpShared::SetComputeError(OpKernelContext* ctx) {
55 BinaryOpShared::BinaryOpState::BinaryOpState(OpKernelContext* ctx)
cwise_ops_common.h 45 class BinaryOpShared : public OpKernel {
47 explicit BinaryOpShared(OpKernelConstruction* ctx, DataType out, DataType in);
80 class BinaryOp : public BinaryOpShared {
86 : BinaryOpShared(ctx, DataTypeToEnum<Tout>::v(),

Completed in 90 milliseconds