Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_launch_util.cc639 Tensor value_on_host(value->dtype(), value->shape()); in BuildXlaCompilerArguments() local
641 value_on_host = *value; in BuildXlaCompilerArguments()
644 value, "", device, &value_on_host)); in BuildXlaCompilerArguments()
647 arg.constant_value = value_on_host; in BuildXlaCompilerArguments()