Home
last modified time | relevance | path

Searched refs:BinaryOpState (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_common.cc55 BinaryOpShared::BinaryOpState::BinaryOpState(OpKernelContext* ctx) in BinaryOpState() function in tensorflow::BinaryOpShared::BinaryOpState
Dcwise_ops_common.h52 struct BinaryOpState { struct
59 BinaryOpState(OpKernelContext* ctx);
93 BinaryOpState state(ctx); in Compute() argument