Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dtpu_compile_ops.cc92 tensorflow::tpu::TpuMeshStateInterface* mesh_state, int num_replicas, in CompilationCacheKey() argument
101 metadata, *mesh_state); in CompilationCacheKey()
158 tensorflow::tpu::TpuMeshStateInterface* mesh_state; in Compute() local
162 &mesh_state)); in Compute()
163 core::ScopedUnref mesh_state_unref(mesh_state); in Compute()
183 computation_proto, mesh_state, num_replicas, num_cores_per_replica); in Compute()
204 return Compile(mesh_state->data(), computation_proto, in Compute()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_ops_c_api.h75 const XLA_TpuMeshState* mesh_state; member
95 TpuSerializedProto compilation_request, const XLA_TpuMeshState* mesh_state,
105 TpuSerializedProto xrt_computation, const XLA_TpuMeshState* mesh_state,
148 TFTPU_CAPI_EXPORT void TpuMeshState_Free(XLA_TpuMeshState* mesh_state);
152 XLA_TpuMeshState* mesh_state);
397 const XLA_TpuMeshState* mesh_state, TpuCoreTypeEnum tpu_core_type);
/external/tensorflow/tensorflow/core/tpu/kernels/
Dtpu_compile_op_impl.cc30 const XLA_TpuMeshState* mesh_state, in Compile() argument
37 return TpuProgramGroup::CompileAndBuild(compilation_request, mesh_state, in Compile()
Dtpu_compile_op_common.h103 const XLA_TpuMeshState* mesh_state,
121 const TpuMeshStateInterface* mesh_state,
132 const TpuMeshStateInterface* mesh_state, in LookupPersistentCompilationCacheAndFillCaches() argument
Dtpu_compile_op_common.cc593 const TpuMeshStateInterface* mesh_state, in CompileLocallyAndFillHostCache() argument
603 compile_status = Compile(MlirToHloArgs{mlir_module_}, mesh_state->data(), in CompileLocallyAndFillHostCache()
611 mesh_state->data(), arg_shapes, tpu_program_group); in CompileLocallyAndFillHostCache()
635 TpuMeshStateInterface* mesh_state; in ComputeInternal() local
638 &mesh_state)); in ComputeInternal()
639 core::ScopedUnref mesh_state_unref(mesh_state); in ComputeInternal()
655 *mesh_state); in ComputeInternal()
715 ctx->function_library(), ctx->session_metadata(), mesh_state, in ComputeInternal()
719 ctx->function_library(), ctx->session_metadata(), mesh_state, in ComputeInternal()
Dtpu_program_group.cc248 const XLA_TpuMeshState* mesh_state, in CompileAndBuild() argument
259 mesh_state, &xla_tpu_programs, in CompileAndBuild()
282 const XLA_TpuMeshState* mesh_state, in CompileAndBuild() argument
293 mesh_state, &xla_tpu_programs, in CompileAndBuild()
Dtpu_program_group.h95 const XLA_TpuMeshState* mesh_state,
101 const XLA_TpuMeshState* mesh_state,
Dtpu_op_util.cc109 const TpuMeshStateInterface& mesh_state) { in CreateCompilationCacheKey() argument
137 mesh_state.data(), in CreateCompilationCacheKey()
Dtpu_configuration_ops.cc190 tpu::TpuMeshStateInterface* mesh_state; in Compute() local
192 OP_REQUIRES_OK(ctx, GetTpuMeshStateInterface(rmgr, &mesh_state)); in Compute()
193 core::ScopedUnref mesh_state_unref(mesh_state); in Compute()
209 auto* mesh_common_state = mesh_state->mesh_common_state(); in Compute()
Dtpu_op_util.h40 const TpuMeshStateInterface& mesh_state);
Dtpu_compile_op_impl.h56 const XLA_TpuMeshState* mesh_state,