HomeSort by relevance Sort by last modified time
    Searched full:expect_lane (Results 1 - 1 of 1) sorted by null

  /external/tensorflow/tensorflow/core/util/
cuda_kernel_helper_test.cu.cc 103 unsigned expect_lane = local
105 check_result("Shuffle", src_lane, actual_lane, expect_lane);
109 unsigned expect_lane = local
111 check_result("ShuffleUp", delta, actual_lane, expect_lane);
115 unsigned expect_lane = local
117 check_result("ShuffleDown", delta, actual_lane, expect_lane);
121 unsigned expect_lane = local
123 check_result("ShuffleXor", lane_lane, actual_lane, expect_lane);

Completed in 84 milliseconds