Home
last modified time | relevance | path

Searched defs:is_entry_computation (Results 1 – 4 of 4) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_compiler.cc174 bool is_entry_computation, bool return_updated_values_for_all_resources, in BuildComputation()
851 const XlaCompiler::Argument& arg, bool is_entry_computation, in XLAShapeForArgument()
985 bool is_entry_computation) { in BuildArguments()
H A Dxla_compiler.h127 bool is_entry_computation = true; member
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhuman_readable_profile_builder.h33 bool is_entry_computation, in HumanReadableProfileBuilder()
H A Dhlo_parser.cc1017 const bool is_entry_computation = EatIfPresent(TokKind::kw_ENTRY); in ParseComputation() local