Searched refs:untyped_symbol (Results 1 – 1 of 1) sorted by relevance
819 port::StatusOr<DeviceMemoryBase> untyped_symbol = in GetSymbol() local821 if (!untyped_symbol.ok()) { in GetSymbol()822 return untyped_symbol.status(); in GetSymbol()824 return DeviceMemory<T>(untyped_symbol.ValueOrDie()); in GetSymbol()