HomeSort by relevance Sort by last modified time
    Searched refs:is_entry_computation (Results 1 - 4 of 4) sorted by null

  /external/tensorflow/tensorflow/compiler/tf2xla/
xla_compiler.h 169 bool is_entry_computation = true; member in struct:tensorflow::XlaCompiler::CompileOptions
320 bool is_entry_computation);
xla_compiler.cc 432 bool is_entry_computation) {
521 if (is_entry_computation) {
618 &result->xla_input_shapes, options.is_entry_computation));
  /external/tensorflow/tensorflow/compiler/tf2xla/kernels/
while_op.cc 121 body_options.is_entry_computation = false;
193 cond_options.is_entry_computation = false;
  /external/tensorflow/tensorflow/compiler/xla/tools/parser/
hlo_parser.cc 326 const bool is_entry_computation = EatIfPresent(TokKind::kw_ENTRY); local
378 if (is_entry_computation) {
    [all...]

Completed in 264 milliseconds