Home
last modified time | relevance | path

Searched refs:token_output (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dif_op.cc247 xla::XlaOp token_output = in Compile() local
249 auto shape_or = b->GetShape(token_output); in Compile()
255 OP_REQUIRES_OK(ctx, compiler->SetNodeToken(name(), token_output)); in Compile()
Dcase_op.cc259 xla::XlaOp token_output = in Compile() local
261 auto shape_or = b->GetShape(token_output); in Compile()
267 OP_REQUIRES_OK(ctx, compiler->SetNodeToken(name(), token_output)); in Compile()
Dwhile_op.cc541 xla::XlaOp token_output = in Compile() local
543 auto shape_or = builder->GetShape(token_output); in Compile()
549 OP_REQUIRES_OK(ctx, compiler->SetNodeToken(name(), token_output)); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc162 std::unique_ptr<xla::XlaOp> token_output, in BuildComputation() argument
303 if (token_output) { in BuildComputation()
304 elems.push_back(*token_output); in BuildComputation()
1074 std::unique_ptr<xla::XlaOp> token_output; in CompileGraph() local
1137 token_output.reset(new xla::XlaOp(xla::AfterAll(&builder, token_inputs))); in CompileGraph()
1163 std::move(token_output), in CompileGraph()