Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_configuration_ops.cc57 Status DeleteIfExists(ResourceMgr* resource_manager, in DeleteIfExists() function
130 OP_REQUIRES_OK(ctx, DeleteIfExists<tpu::TpuMeshStateInterface>( in Compute()
240 OP_REQUIRES_OK(ctx, DeleteIfExists<tpu::TpuMeshStateInterface>( in Compute()
244 DeleteIfExists<TpuPodState>(rmgr, kTpuPodStateResourceName)); in Compute()
245 OP_REQUIRES_OK(ctx, DeleteIfExists<tpu::TpuCompilationCacheInterface>( in Compute()
262 OP_REQUIRES_OK(ctx, DeleteIfExists<tpu::TpuMeshStateInterface>( in Compute()
271 OP_REQUIRES_OK(ctx, DeleteIfExists<tpu::TpuCompilationCacheLookup>( in Compute()
Dtpu_pod_state.cc36 Status DeleteIfExists(ResourceMgr* resource_manager, in DeleteIfExists() function
184 DeleteIfExists<TpuPodState>(rmgr, kTpuPodStateResourceName)); in ConstructTpuPodState()