Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dbatch_norm_op.cc215 ctx->SetConstantOutput(5, Tensor()); in Compile()
229 ctx->SetConstantOutput(5, Tensor()); in Compile()
339 ctx->SetConstantOutput(3, Tensor()); in Compile()
340 ctx->SetConstantOutput(4, Tensor()); in Compile()
Dbcast_ops.cc63 ctx->SetConstantOutput(0, output); in Compile()
118 ctx->SetConstantOutput(idx, constant); in Output()
Dshape_op.cc61 ctx->SetConstantOutput(0, shape_constant); in Compile()
173 ctx->SetConstantOutput(i, shape_constant); in Compile()
195 ctx->SetConstantOutput(0, rank_constant); 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.cc198 ctx->SetConstantOutput(i, out_constant); in Compile()
Dvariable_ops.cc56 ctx->SetConstantOutput(0, shape_constant); in Compile()
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_op_kernel.h190 void SetConstantOutput(int index, const Tensor& host_tensor);
Dgraph_compiler.cc303 xla_op_context.SetConstantOutput(i, result.outputs[i].constant_value); in CompileFunctionalNode()
Dxla_op_kernel.cc594 void XlaOpKernelContext::SetConstantOutput(int index, const Tensor& constant) { in SetConstantOutput() function in tensorflow::XlaOpKernelContext