Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dshape_op.cc42 ctx->SetConstantOutput(0, shape_constant); in Compile()
62 ctx->SetConstantOutput(i, shape_constant); in Compile()
83 ctx->SetConstantOutput(0, rank_constant); in Compile()
Dbcast_ops.cc63 ctx->SetConstantOutput(0, output); in Compile()
118 ctx->SetConstantOutput(idx, constant); in Output()
Dbatch_norm_op.cc213 ctx->SetConstantOutput(3, Tensor()); in Compile()
214 ctx->SetConstantOutput(4, Tensor()); in Compile()
Dtensor_array_ops.cc177 ctx->SetConstantOutput(1, flow); in Compile()
471 ctx->SetConstantOutput(1, lengths); in Compile()
562 ctx->SetConstantOutput(0, size_tensor); in Compile()
595 ctx->SetConstantOutput(1, Tensor(DT_FLOAT)); in Compile()
Dconst_op.cc123 ctx->SetConstantOutput(0, tensor); in Compile()
Dconcat_op.cc196 ctx->SetConstantOutput(i, out_constant); in Compile()
Dsequence_ops.cc190 ctx->SetConstantOutput(0, out_constant); in Compile()
Dvariable_ops.cc55 ctx->SetConstantOutput(0, shape_constant); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h175 void SetConstantOutput(int index, const Tensor& host_tensor);
Dgraph_compiler.cc292 xla_op_context.SetConstantOutput(i, result.outputs[i].constant_value); in CompileFunctionalNode()
Dxla_op_kernel.cc487 void XlaOpKernelContext::SetConstantOutput(int index, const Tensor& constant) { in SetConstantOutput() function in tensorflow::XlaOpKernelContext