Home
last modified time | relevance | path

Searched refs:is_entry_computation (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/service/
Dhuman_readable_profile_builder.h33 bool is_entry_computation, in HumanReadableProfileBuilder() argument
37 is_entry_computation_(is_entry_computation), in HumanReadableProfileBuilder()
Dhlo_parser.cc873 const bool is_entry_computation = EatIfPresent(TokKind::kw_ENTRY); in ParseComputation() local
904 if (is_entry_computation) { in ParseComputation()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.h125 bool is_entry_computation = true; member
230 const Argument& arg, bool is_entry_computation,
311 bool is_entry_computation);
Dxla_compiler.cc172 bool is_entry_computation, bool return_updated_values_for_all_resources, in BuildComputation() argument
306 if (is_entry_computation && in BuildComputation()
360 if (retval_index_and_sharding.empty() || !is_entry_computation) { in BuildComputation()
834 const XlaCompiler::Argument& arg, bool is_entry_computation, in XLAShapeForArgument() argument
841 if (is_entry_computation) { in XLAShapeForArgument()
959 bool is_entry_computation) { in BuildArguments() argument
1034 is_entry_computation, sharding, in BuildArguments()
1055 if (is_entry_computation) { in BuildArguments()
1099 if (is_entry_computation) { in BuildArguments()
1157 if (is_entry_computation) { in BuildArguments()
[all …]
Dgraph_compiler.cc263 compile_options.is_entry_computation = false; in CompileFunctionalNode()
Dxla_compiler_test.cc1283 compile_options.is_entry_computation = false; // Only reshape variables. in TEST_F()
1354 compile_options.is_entry_computation = true; // Reshape args and retvals. in TEST_F()
1532 options.is_entry_computation = true; in TEST_F()
1550 options.is_entry_computation = false; in TEST_F()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dgather_scatter_ops.cc80 compile_options.is_entry_computation = false; in Compile()
Dreduce_window_op.cc84 compile_options.is_entry_computation = false; in Compile()
Dsort_ops.cc95 compile_options.is_entry_computation = false; in Compile()
Dxla_reduce_op.cc81 compile_options.is_entry_computation = false; in Compile()
Dxla_select_and_scatter_op.cc63 compile_options.is_entry_computation = false; in Compile()
Dwhile_op.cc339 body_options.is_entry_computation = false; in Compile()
431 cond_options.is_entry_computation = false; in Compile()
Dcase_op.cc158 options.is_entry_computation = false; in Compile()
Dif_op.cc245 options.is_entry_computation = false; in Compile()
/external/tensorflow/tensorflow/compiler/jit/
Dxla_compile_on_demand_op.cc138 compile_options.is_entry_computation = true; in Compile()
/external/tensorflow/tensorflow/compiler/jit/kernels/
Dxla_ops.cc200 compile_options.is_entry_computation = true; in CompileToLocalExecutable()
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_common.cc383 compile_options.is_entry_computation = true; in CompileTFFunctionToHlo()