Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_compile_on_demand_op.cc117 std::map<int, Tensor> constant_arguments; in Compile() local
126 constant_arguments[i] = xla_tensor->host_tensor(); in Compile()
131 if (constant_arguments.count(i) == 0) { in Compile()
161 constant_arguments[i] = host_tensor; in Compile()
205 constant_arguments, variable_args, ctx, &args)); in Compile()