Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/jit/
Dxla_tensor.h82 bool has_host_tensor() const { return host_tensor_ != nullptr; } in has_host_tensor() function
Dxla_compile_on_demand_op.cc121 if (xla_tensor->has_host_tensor()) { in Compile()