Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_pod_state.h48 Status GetTPUPodState(const ResourceMgr* rmgr, TpuPodState** pod_state);
Dtpu_pod_state.cc121 Status GetTPUPodState(const ResourceMgr* rmgr, TpuPodState** pod_state) { in GetTPUPodState() function
Dtpu_configuration_ops.cc198 OP_REQUIRES_OK(ctx, GetTPUPodState(rmgr, &pod_state)); in Compute()