Searched defs:BinaryOpState (Results 1 – 2 of 2) sorted by relevance
48 struct BinaryOpState { struct57 const Tensor& in0;58 const Tensor& in1;60 BCast bcast;61 Tensor* out = nullptr;62 int64_t out_num_elements;64 int64_t in0_num_elements;65 int64_t in1_num_elements;67 int ndims;68 bool result;
55 BinaryOpShared::BinaryOpState::BinaryOpState(OpKernelContext* ctx) in BinaryOpState() function in tensorflow::BinaryOpShared::BinaryOpState