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