Home
last modified time | relevance | path

Searched refs:AllOne (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dcwise_ops_common.h319 if (AllOne<NDIMS>(bcast0) && AllOne<NDIMS>(bcast1)) {
321 } else if (AllOne<NDIMS>(bcast0)) {
324 } else if (AllOne<NDIMS>(bcast1)) {
454 const bool bcast0_all_one = AllOne<NDIMS>(bcast0);
455 const bool bcast1_all_one = AllOne<NDIMS>(bcast1);
Dcwise_ops_sycl_common.h92 const bool bcast0_all_one = AllOne<NDIMS>(bcast0);
93 const bool bcast1_all_one = AllOne<NDIMS>(bcast1);
Dcwise_ops_gpu_common.cu.h89 const bool bcast0_all_one = AllOne<NDIMS>(bcast0);
90 const bool bcast1_all_one = AllOne<NDIMS>(bcast1);
Dcwise_ops.h1177 bool AllOne(const typename Eigen::array<Eigen::DenseIndex, NDIMS>& a) {
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Scalar/
DLoopUnswitch.cpp751 auto *AllOne = cast<ConstantInt>(Constant::getAllOnesValue(SC->getType())); in processCurrentLoop() local
752 if (BranchesInfo.isUnswitched(SI, AllOne)) in processCurrentLoop()
755 UnswitchVal = AllOne; in processCurrentLoop()