Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/stream_executor/tpu/
Dtpu_executor_c_api.h34 SE_StreamExecutor* TpuPlatform_GetExecutor(SE_Platform* platform,
45 void TpuExecutor_Init(SE_StreamExecutor* executor, int device_ordinal,
47 void TpuExecutor_Free(SE_StreamExecutor* executor);
49 int TpuExecutor_PlatformDeviceCount(SE_StreamExecutor* executor);
51 SE_DeviceMemoryBase TpuExecutor_Allocate(SE_StreamExecutor* executor,
53 void TpuExecutor_Deallocate(SE_StreamExecutor* executor,
55 bool TpuExecutor_GetAllocatorStats(SE_StreamExecutor* executor,
57 bool TpuExecutor_DeviceMemoryUsage(SE_StreamExecutor* executor, int64_t* free,
60 bool TpuExecutor_AllocateStream(SE_StreamExecutor* executor, SE_Stream* stream);
61 void TpuExecutor_DeallocateStream(SE_StreamExecutor* executor,
[all …]
Dc_api_decl.h54 typedef struct SE_StreamExecutor SE_StreamExecutor; typedef
292 SE_StreamExecutor** exec;
Dtpu_executor.h61 SE_StreamExecutor* executor) in TpuExecutor()
220 SE_StreamExecutor* se_executor() { return executor_; } in se_executor()
238 SE_StreamExecutor* executor_;
Dc_api_defn.h38 struct SE_StreamExecutor { struct
Dtpu_platform.cc97 SE_StreamExecutor* executor = tpu::ExecutorApiFn()->TpuPlatform_GetExecutorFn( in GetUncachedExecutor()
Dtpu_transfer_manager.cc153 std::vector<SE_StreamExecutor*> se; in ResetDevices()
/external/tensorflow/tensorflow/core/tpu/
Dtpu_on_demand_compiler.cc297 std::vector<std::vector<SE_StreamExecutor*>> se_lists_storage; in Compile()