Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_mesh_state_interface.h33 class TpuMeshStateInterface : public tensorflow::ResourceBase {
35 explicit TpuMeshStateInterface(XLA_TpuMeshState* handle) in TpuMeshStateInterface() function
39 ~TpuMeshStateInterface() override { in ~TpuMeshStateInterface()
45 static TpuMeshStateInterface* Create() { in Create()
46 return new TpuMeshStateInterface(OpsApiFn()->TpuMeshState_CreateFn()); in Create()
Dtpu_configuration_ops.cc43 tpu::TpuMeshStateInterface** state) { in GetTpuMeshStateInterface()
130 OP_REQUIRES_OK(ctx, DeleteIfExists<tpu::TpuMeshStateInterface>( in Compute()
133 auto* tpu_mesh = tpu::TpuMeshStateInterface::Create(); in Compute()
190 tpu::TpuMeshStateInterface* mesh_state; in Compute()
240 OP_REQUIRES_OK(ctx, DeleteIfExists<tpu::TpuMeshStateInterface>( in Compute()
262 OP_REQUIRES_OK(ctx, DeleteIfExists<tpu::TpuMeshStateInterface>( in Compute()
264 auto* mesh_state_interface = tpu::TpuMeshStateInterface::Create(); in Compute()
Dtpu_op_util.h40 const TpuMeshStateInterface& mesh_state);
Dtpu_compile_op_common.h121 const TpuMeshStateInterface* mesh_state,
132 const TpuMeshStateInterface* mesh_state, in LookupPersistentCompilationCacheAndFillCaches()
Dtpu_op_util.cc109 const TpuMeshStateInterface& mesh_state) { in CreateCompilationCacheKey()
Dtpu_compile_op_common.cc593 const TpuMeshStateInterface* mesh_state, in CompileLocallyAndFillHostCache()
635 TpuMeshStateInterface* mesh_state; in ComputeInternal()
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dtpu_compile_ops.cc92 tensorflow::tpu::TpuMeshStateInterface* mesh_state, int num_replicas, in CompilationCacheKey()
158 tensorflow::tpu::TpuMeshStateInterface* mesh_state; in Compute()