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

  /external/tensorflow/tensorflow/compiler/xla/service/llvm_ir/
kernel_support_library.cc 25 return IfWithStatus(b_->CreateICmpSLT(start, end), [&]() -> Status {
59 Status KernelSupportLibrary::IfWithStatus(
kernel_support_library.h 206 Status IfWithStatus(
213 Status IfWithStatus(
219 return IfWithStatus("", condition, true_block_generator,
233 TF_CHECK_OK(IfWithStatus(
sort_util.cc 113 return ksl.IfWithStatus("smaller_comparison_index", do_comparison, [&]() {
237 TF_RETURN_IF_ERROR(ksl.IfWithStatus(

Completed in 201 milliseconds