Home
last modified time | relevance | path

Searched refs:x_bcast (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dbetainc_op.cc98 BCast::ToIndexArray<NDIM>(a_shaper.x_bcast()), b_value, \ in Compute()
99 BCast::ToIndexArray<NDIM>(b_shaper.x_bcast()), x_value, \ in Compute()
100 BCast::ToIndexArray<NDIM>(x_shaper.x_bcast()), \ in Compute()
Dbroadcast_to_op.h59 BCast::ToIndexArrayType<int, NDIMS>(bcast.x_bcast())); in ReshapeAndBCast()
64 BCast::ToIndexArrayType<Eigen::DenseIndex, NDIMS>(bcast.x_bcast())); in ReshapeAndBCast()
Dsubstr_op.cc156 input.broadcast(BCast::ToIndexArray<1>(bcast.x_bcast())); in Compute()
219 input.broadcast(BCast::ToIndexArray<2>(bcast.x_bcast())); in Compute()
Dcwise_ops_common.h127 BCast::ToIndexArray<2>(bcast->x_bcast()), in Compute()
134 BCast::ToIndexArray<3>(bcast->x_bcast()), in Compute()
141 BCast::ToIndexArray<4>(bcast->x_bcast()), in Compute()
148 BCast::ToIndexArray<5>(bcast->x_bcast()), in Compute()
Dxent_op.cc90 BCast::ToIndexArray<2>(bcast.x_bcast()), in Compute()
Dquantized_mul_op.cc360 << TensorShape(bcast.x_bcast()).DebugString(); in Compute()
Dquantized_add_op.cc552 << TensorShape(bcast.x_bcast()).DebugString(); in Compute()
/external/tensorflow/tensorflow/core/util/
Dbcast.h96 const Vec& x_bcast() const { return x_bcast_; } in x_bcast() function
Dbcast_test.cc34 strings::StrAppend(&ret, "[", str_util::Join(b.x_bcast(), ","), "]"); in BCast()