Searched refs:x_bcast (Results 1 – 9 of 9) sorted by relevance
/external/tensorflow/tensorflow/core/kernels/ |
D | betainc_op.cc | 98 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()
|
D | broadcast_to_op.h | 59 BCast::ToIndexArrayType<int, NDIMS>(bcast.x_bcast())); in ReshapeAndBCast() 64 BCast::ToIndexArrayType<Eigen::DenseIndex, NDIMS>(bcast.x_bcast())); in ReshapeAndBCast()
|
D | xent_op.cc | 87 BCast::ToIndexArray<2>(bcast.x_bcast()), in Compute()
|
D | cwise_ops_common.h | 188 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()
|
D | quantized_mul_op.cc | 360 << TensorShape(bcast.x_bcast()).DebugString(); in Compute()
|
D | quantized_add_op.cc | 552 << TensorShape(bcast.x_bcast()).DebugString(); in Compute()
|
/external/tensorflow/tensorflow/core/util/ |
D | matmul_bcast.h | 58 batch_bcast_->x_bcast(), &x_batch_indices_); in MatMulBCast()
|
D | bcast_test.cc | 34 strings::StrAppend(&ret, "[", absl::StrJoin(b.x_bcast(), ","), "]"); in BCast()
|
D | bcast.h | 375 const Vec& x_bcast() const { return bcast_[0]; } in x_bcast() function
|