Home
last modified time | relevance | path

Searched refs:GetHloCostAnalysis (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/compiler/xla/pjrt/
Dpjrt_client.h182 virtual StatusOr<std::unique_ptr<HloCostAnalysis>> GetHloCostAnalysis() = 0;
Dpjrt_stream_executor_client.h175 StatusOr<std::unique_ptr<HloCostAnalysis>> GetHloCostAnalysis() override;
Dpjrt_stream_executor_client.cc261 PjRtStreamExecutorClient::GetHloCostAnalysis() { in GetHloCostAnalysis() function in xla::PjRtStreamExecutorClient
/external/tensorflow/tensorflow/compiler/xla/python/
Dxla_compiler.cc366 client->pjrt_client()->GetHloCostAnalysis()); in BuildXlaCompilerSubmodule()