Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/tpu/
Dtpu_ops_c_api.h54 typedef struct XLA_TpuMeshState XLA_TpuMeshState; typedef
75 const XLA_TpuMeshState* mesh_state;
95 TpuSerializedProto compilation_request, const XLA_TpuMeshState* mesh_state,
105 TpuSerializedProto xrt_computation, const XLA_TpuMeshState* mesh_state,
144 TFTPU_CAPI_EXPORT XLA_TpuMeshState* TpuMeshState_Create();
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_mesh_state_interface.h35 explicit TpuMeshStateInterface(XLA_TpuMeshState* handle) in TpuMeshStateInterface()
49 const XLA_TpuMeshState* data() const { return mesh_state_; } in data()
72 XLA_TpuMeshState* mesh_state_;
Dtpu_program_group.h95 const XLA_TpuMeshState* mesh_state,
101 const XLA_TpuMeshState* mesh_state,
Dtpu_compile_op_impl.h56 const XLA_TpuMeshState* mesh_state,
Dtpu_compile_op_impl.cc30 const XLA_TpuMeshState* mesh_state, in Compile()
Dtpu_program_group.cc248 const XLA_TpuMeshState* mesh_state, in CompileAndBuild()
282 const XLA_TpuMeshState* mesh_state, in CompileAndBuild()
Dtpu_compile_op_common.h103 const XLA_TpuMeshState* mesh_state,
/external/tensorflow/tensorflow/compiler/xrt/kernels/
Dtpu_compile_ops.cc75 Status Compile(const XLA_TpuMeshState* xla_mesh_state,
83 const XLA_TpuMeshState* xla_mesh_state, in Compile()