Home
last modified time | relevance | path

Searched refs:returns_tuple (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc398 bool returns_tuple = always_return_tuple || elems.size() != 1; in BuildComputation() local
399 VLOG(3) << "Computation returns a tuple=" << returns_tuple; in BuildComputation()
400 if (!returns_tuple) { in BuildComputation()
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dir_emitter_unnested.cc5540 bool returns_tuple = num_reduces > 1; in EmitReductionFromOrToContiguousDimensions() local
5559 TF_RET_CHECK(!returns_tuple); in EmitReductionFromOrToContiguousDimensions()