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

  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
while_op.cc 190 XlaCompiler::CompileOptions cond_options; local
191 cond_options.use_tuple_arg = true;
192 cond_options.resolve_compile_time_constants = false;
193 cond_options.is_entry_computation = false;
195 OP_REQUIRES_OK(ctx, compiler->CompileFunction(cond_options, cond_name_attr_,

Completed in 77 milliseconds