Home
last modified time | relevance | path

Searched refs:GetUntypedSymbol (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/stream_executor/
Dstream_executor_pimpl.h182 port::StatusOr<DeviceMemoryBase> GetUntypedSymbol(
820 GetUntypedSymbol(symbol_name, module_handle); in GetSymbol()
Dstream_executor_pimpl.cc505 port::StatusOr<DeviceMemoryBase> StreamExecutor::GetUntypedSymbol( in GetUntypedSymbol() function in stream_executor::StreamExecutor
/external/tensorflow/tensorflow/compiler/xla/service/gpu/
Dgpu_executable.cc283 TF_ASSIGN_OR_RETURN(auto global, executor->GetUntypedSymbol( in ResolveConstantGlobals()