HomeSort by relevance Sort by last modified time
    Searched refs:bcast1_all_one (Results 1 - 3 of 3) sorted by null

  /external/tensorflow/tensorflow/core/kernels/
cwise_ops_gpu_common.cu.h 90 const bool bcast1_all_one = AllOne<NDIMS>(bcast1); local
91 if (bcast0_all_one && !bcast1_all_one) {
96 if (!bcast0_all_one && bcast1_all_one) {
cwise_ops_sycl_common.h 93 const bool bcast1_all_one = AllOne<NDIMS>(bcast1); local
94 if (bcast0_all_one && !bcast1_all_one) {
99 if (!bcast0_all_one && bcast1_all_one) {
cwise_ops_common.h 452 const bool bcast1_all_one = AllOne<NDIMS>(bcast1); local
453 if (bcast0_all_one && !bcast1_all_one) {
460 if (!bcast0_all_one && bcast1_all_one) {

Completed in 88 milliseconds