Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dsequence_ops.cc148 xla::Literal stop_literal; in Compile() local
149 OP_REQUIRES_OK(ctx, ctx->ConstantInput("stop", &stop_literal)); in Compile()
154 float stop = stop_literal.GetFirstElement<float>(); in Compile()
170 double stop = stop_literal.GetFirstElement<double>(); in Compile()