HomeSort by relevance Sort by last modified time
    Searched defs:CtxFailureWithWarning (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_op_kernel.cc 560 void XlaOpKernelContext::CtxFailureWithWarning(const Status& s) {
561 context_->CtxFailureWithWarning(s);
567 void XlaOpKernelContext::CtxFailureWithWarning(const char* file, int line,
569 context_->CtxFailureWithWarning(file, line, s);
  /external/tensorflow/tensorflow/core/framework/
op_kernel.cc     [all...]

Completed in 127 milliseconds