Searched refs:GetCompiledMemoryStats (Results 1 – 3 of 3) sorted by relevance
96 StatusOr<CompiledMemoryStats> GetCompiledMemoryStats() const { in GetCompiledMemoryStats() function97 return executable_->GetCompiledMemoryStats(); in GetCompiledMemoryStats()
376 .def("get_compiled_memory_stats", &PyExecutable::GetCompiledMemoryStats) in PYBIND11_MODULE()
66 virtual StatusOr<CompiledMemoryStats> GetCompiledMemoryStats() const { in GetCompiledMemoryStats() function