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()
Dxent_op.cc87 BCast::ToIndexArray<2>(bcast.x_bcast()), in Compute()
Dcwise_ops_common.h188 BCast::ToIndexArray<2>(bcast.x_bcast()), in Compute()
195 BCast::ToIndexArray<3>(bcast.x_bcast()), in Compute()
202 BCast::ToIndexArray<4>(bcast.x_bcast()), in Compute()
209 BCast::ToIndexArray<5>(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/
Dmatmul_bcast.h58 batch_bcast_->x_bcast(), &x_batch_indices_); in MatMulBCast()
Dbcast_test.cc34 strings::StrAppend(&ret, "[", absl::StrJoin(b.x_bcast(), ","), "]"); in BCast()
Dbcast.h375 const Vec& x_bcast() const { return bcast_[0]; } in x_bcast() function