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.h48 struct BinaryOpState { struct
55 explicit BinaryOpState(OpKernelContext* ctx);
140 BinaryOpState state(ctx); in Compute()