Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xla/python/
Djax_jit.cc567 using DevicePutFunc = std::function<xla::StatusOr<DevicePutResult>( typedef
744 static const absl::flat_hash_map<PyObject*, DevicePutFunc>* const handlers = in DevicePut()
746 auto p = new absl::flat_hash_map<PyObject*, DevicePutFunc>(); in DevicePut()