Home
last modified time | relevance | path

Searched defs:Session (Results 1 – 25 of 93) sorted by relevance

1234

/external/python/google-api-python-client/samples/compute/
Dnoxfile.py148 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/
Dsession.rs21 pub struct Session { struct
37 impl Session { impl
177 impl Drop for Session { implementation
/external/crosvm/media/libvda/src/decode/
Dsession.rs16 pub struct Session { struct
24 impl Session { argument
168 impl Drop for Session { implementation
/external/tensorflow/tensorflow/go/
Dsession.go40 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 {
Dsaved_model.go35 Session *Session member
/external/swiftshader/third_party/llvm-10.0/llvm/lib/DebugInfo/PDB/Native/
DNativeTypeFunctionSig.cpp28 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()
DNativeTypeEnum.cpp55 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()
DNativeTypeUDT.cpp19 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()
DNativeExeSymbol.cpp23 static DbiStream *getDbiStreamPtr(NativeSession &Session) { in getDbiStreamPtr()
32 NativeExeSymbol::NativeExeSymbol(NativeSession &Session, SymIndexId SymbolId) in NativeExeSymbol()
DNativeTypePointer.cpp19 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer()
26 NativeTypePointer::NativeTypePointer(NativeSession &Session, SymIndexId Id, in NativeTypePointer()
DNativeTypeTypedef.cpp7 NativeTypeTypedef::NativeTypeTypedef(NativeSession &Session, SymIndexId Id, in NativeTypeTypedef()
/external/llvm/lib/DebugInfo/PDB/
DPDB.cpp28 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/
DPDB.cpp24 std::unique_ptr<IPDBSession> &Session) { in loadDataForPDB()
44 std::unique_ptr<IPDBSession> &Session) { in loadDataForEXE()
/external/tensorflow/tensorflow/java/src/main/java/org/tensorflow/
DSession.java48 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/
DTextClassifierApiUsageLogger.java85 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/
Dmod.rs67 type Session: EncoderSession; typedef
70 fn start_session(&mut self, config: SessionConfig) -> VideoResult<Self::Session>; in start_session()
/external/tensorflow/tensorflow/python/tpu/
Dasync_checkpoint.py106 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/
DNativeEnumGlobals.h36 NativeSession &Session; variable
DNativeEnumTypes.h41 NativeSession &Session; variable
/external/crosvm/devices/src/virtio/video/decoder/backend/
Dmod.rs97 type Session: DecoderSession; typedef
103 fn new_session(&mut self, format: Format) -> VideoResult<Self::Session>; in new_session()
/external/tensorflow/tensorflow/core/common_runtime/
Dsession_factory.h28 class Session; variable
/external/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h57 std::unique_ptr<IPDBSession> Session; variable
/external/swiftshader/third_party/llvm-10.0/llvm/include/llvm/DebugInfo/PDB/
DPDBContext.h60 std::unique_ptr<IPDBSession> Session; variable
/external/llvm/lib/DebugInfo/PDB/Raw/
DRawSession.cpp49 std::unique_ptr<IPDBSession> &Session) { in createFromPdb()
72 std::unique_ptr<IPDBSession> &Session) { in createFromExe()
/external/rust/crates/rusqlite/src/
Dsession.rs24 pub struct Session<'conn> { struct
30 impl Session<'_> { impl
213 impl Drop for Session<'_> { implementation

1234