OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:body_options
(Results
1 - 1
of
1
) sorted by null
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
while_op.cc
117
XlaCompiler::CompileOptions
body_options
;
local
118
body_options
.use_tuple_arg = true;
119
body_options
.return_updated_values_for_all_resources = true;
120
body_options
.resolve_compile_time_constants = false;
121
body_options
.is_entry_computation = false;
123
OP_REQUIRES_OK(ctx, compiler->CompileFunction(
body_options
, body_name_attr_,
184
OP_REQUIRES_OK(ctx, compiler->CompileFunction(
body_options
, body_name_attr_,
Completed in 107 milliseconds