Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_common.h52 struct BinaryOpState { struct
61 const Tensor& in0;
62 const Tensor& in1;
64 BCast bcast;
65 Tensor* out = nullptr;
66 int64 out_num_elements;
68 int64 in0_num_elements;
69 int64 in1_num_elements;
93 BinaryOpState state(ctx); in Compute() argument
Dcwise_ops_common.cc55 BinaryOpShared::BinaryOpState::BinaryOpState(OpKernelContext* ctx) in BinaryOpState() function in tensorflow::BinaryOpShared::BinaryOpState