| /external/python/google-api-python-client/samples/compute/ |
| D | noxfile.py | 148 def lint(session: nox.sessions.Session) -> None: 169 def blacken(session: nox.sessions.Session) -> None: 185 session: nox.sessions.Session, post_install: Callable = None 221 def py(session: nox.sessions.Session) -> None: 259 def readmegen(session: nox.sessions.Session, path: str) -> None:
|
| /external/crosvm/media/libvda/src/encode/ |
| D | session.rs | 21 pub struct Session { struct 37 impl Session { impl 177 impl Drop for Session { implementation
|
| /external/crosvm/media/libvda/src/decode/ |
| D | session.rs | 16 pub struct Session { struct 24 impl Session { argument 168 impl Drop for Session { implementation
|
| /external/tensorflow/tensorflow/go/ |
| D | session.go | 40 type Session struct { struct 41 c *C.TF_Session 46 wg sync.WaitGroup 47 mu sync.Mutex 117 func (s *Session) ListDevices() ([]Device, error) { 134 …Session) Run(feeds map[Output]*Tensor, fetches []Output, targets []*Operation) ([]*Tensor, error) { 215 …nc (s *Session) NewPartialRun(feeds, fetches []Output, targets []*Operation) (*PartialRun, error) { 272 func (s *Session) Close() error {
|
| D | saved_model.go | 35 Session *Session member
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/ |
| D | NativeTypeFunctionSig.cpp | 28 NativeTypeFunctionArg(NativeSession &Session, in NativeTypeFunctionArg() 48 NativeEnumFunctionArgs(NativeSession &Session, in NativeEnumFunctionArgs() 71 NativeSession &Session; member in __anon7f384f0f0111::NativeEnumFunctionArgs 76 NativeTypeFunctionSig::NativeTypeFunctionSig(NativeSession &Session, in NativeTypeFunctionSig() 84 NativeSession &Session, SymIndexId Id, codeview::TypeIndex Index, in NativeTypeFunctionSig()
|
| D | NativeTypeEnum.cpp | 55 NativeSession &Session; member in __anon8c1918db0111::NativeEnumEnumEnumerators 64 NativeSession &Session, const NativeTypeEnum &ClassParent) in NativeEnumEnumEnumerators() 115 NativeTypeEnum::NativeTypeEnum(NativeSession &Session, SymIndexId Id, in NativeTypeEnum() 120 NativeTypeEnum::NativeTypeEnum(NativeSession &Session, SymIndexId Id, in NativeTypeEnum()
|
| D | NativeTypeUDT.cpp | 19 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() 24 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT() 29 NativeTypeUDT::NativeTypeUDT(NativeSession &Session, SymIndexId Id, in NativeTypeUDT()
|
| D | NativeExeSymbol.cpp | 23 static DbiStream *getDbiStreamPtr(NativeSession &Session) { in getDbiStreamPtr() 32 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol()
|
| D | NativeTypePointer.cpp | 19 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer() 26 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer()
|
| D | NativeTypeTypedef.cpp | 7 NativeTypeTypedef::NativeTypeTypedef(NativeSession &Session, SymIndexId Id, in NativeTypeTypedef()
|
| /external/llvm/lib/DebugInfo/PDB/ |
| D | PDB.cpp | 28 std::unique_ptr<IPDBSession> &Session) { in loadDataForPDB() 41 std::unique_ptr<IPDBSession> &Session) { in loadDataForEXE()
|
| /external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/ |
| D | PDB.cpp | 24 std::unique_ptr<IPDBSession> &Session) { in loadDataForPDB() 44 std::unique_ptr<IPDBSession> &Session) { in loadDataForEXE()
|
| /external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/ |
| D | Session.java | 48 public final class Session implements AutoCloseable { class 51 public Session(Graph g) { in Session() method in Session 65 public Session(Graph g, byte[] config) { in Session() method in Session 78 Session(Graph g, long nativeHandle) { in Session() method in Session
|
| /external/libtextclassifier/java/src/com/android/textclassifier/common/statsd/ |
| D | TextClassifierApiUsageLogger.java | 85 public final class Session { class in TextClassifierApiUsageLogger 90 private Session(@ApiType int apiType, @Nullable TextClassificationSessionId sessionId) { in Session() method in TextClassifierApiUsageLogger.Session
|
| /external/crosvm/devices/src/virtio/video/encoder/backend/ |
| D | mod.rs | 67 type Session: EncoderSession; typedef 70 fn start_session(&mut self, config: SessionConfig) -> VideoResult<Self::Session>; in start_session()
|
| /external/tensorflow/tensorflow/python/tpu/ |
| D | async_checkpoint.py | 106 def after_create_session(self, session: session_lib.Session, coord: Any): 142 def end(self, session: session_lib.Session):
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/Native/ |
| D | NativeEnumGlobals.h | 36 NativeSession &Session; variable
|
| D | NativeEnumTypes.h | 41 NativeSession &Session; variable
|
| /external/crosvm/devices/src/virtio/video/decoder/backend/ |
| D | mod.rs | 97 type Session: DecoderSession; typedef 103 fn new_session(&mut self, format: Format) -> VideoResult<Self::Session>; in new_session()
|
| /external/tensorflow/tensorflow/core/common_runtime/ |
| D | session_factory.h | 28 class Session; variable
|
| /external/llvm/include/llvm/DebugInfo/PDB/ |
| D | PDBContext.h | 57 std::unique_ptr<IPDBSession> Session; variable
|
| /external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/ |
| D | PDBContext.h | 60 std::unique_ptr<IPDBSession> Session; variable
|
| /external/llvm/lib/DebugInfo/PDB/Raw/ |
| D | RawSession.cpp | 49 std::unique_ptr<IPDBSession> &Session) { in createFromPdb() 72 std::unique_ptr<IPDBSession> &Session) { in createFromExe()
|
| /external/rust/crates/rusqlite/src/ |
| D | session.rs | 24 pub struct Session<'conn> { struct 30 impl Session<'_> { impl 213 impl Drop for Session<'_> { implementation
|