Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/core/kernels/
H A Dcwise_ops_common.h48 struct BinaryOpState { struct
57 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;
H A Dcwise_ops_common.cc55 BinaryOpShared::BinaryOpState::BinaryOpState(OpKernelContext* ctx) in BinaryOpState() function in tensorflow::BinaryOpShared::BinaryOpState