HomeSort by relevance Sort by last modified time
    Searched defs:Session (Results 1 - 25 of 259) sorted by null

1 2 3 4 5 6 7 8 91011

  /frameworks/av/drm/mediadrm/plugins/clearkey/default/include/
Session.h 32 class Session : public android::RefBase {
34 explicit Session(const android::Vector<uint8_t>& sessionId)
36 virtual ~Session() {}
54 DISALLOW_EVIL_CONSTRUCTORS(Session);
  /external/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAEnumSourceFiles.h 32 const DIASession &Session;
DIAEnumSymbols.h 22 explicit DIAEnumSymbols(const DIASession &Session,
32 const DIASession &Session;
DIASession.h 28 std::unique_ptr<IPDBSession> &Session);
30 std::unique_ptr<IPDBSession> &Session);
68 CComPtr<IDiaSession> Session;
  /external/tensorflow/tensorflow/core/public/
session.h 33 /// \brief A Session instance lets a caller drive a TensorFlow graph
36 /// When a Session is created with a given target, a new Session object
38 /// Those resources are available to this session to perform
39 /// computation described in the GraphDef. After extending the session
53 /// std::unique_ptr<tensorflow::Session>
54 /// session(tensorflow::NewSession(options));
56 /// // Create the session with this graph.
57 /// tensorflow::Status s = session->Create(graph);
64 /// s = session->Run({}, {"output:0"}, {"update_state"}, &outputs)
    [all...]
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/DIA/
DIAEnumSourceFiles.h 32 const DIASession &Session;
DIAEnumSymbols.h 22 explicit DIAEnumSymbols(const DIASession &Session,
32 const DIASession &Session;
DIASession.h 28 std::unique_ptr<IPDBSession> &Session);
30 std::unique_ptr<IPDBSession> &Session);
68 CComPtr<IDiaSession> Session;
  /prebuilts/clang/host/darwin-x86/clang-4053586/prebuilt_include/llvm/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h 201 NativeSession &Session;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/DIA/
DIAEnumSourceFiles.h 33 const DIASession &Session;
DIAEnumSymbols.h 23 explicit DIAEnumSymbols(const DIASession &Session,
33 const DIASession &Session;
DIASession.h 28 std::unique_ptr<IPDBSession> &Session);
30 std::unique_ptr<IPDBSession> &Session);
68 CComPtr<IDiaSession> Session;
  /prebuilts/clang/host/darwin-x86/clang-4393122/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h 203 NativeSession &Session;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/DIA/
DIAEnumSourceFiles.h 33 const DIASession &Session;
DIAEnumSymbols.h 23 explicit DIAEnumSymbols(const DIASession &Session,
33 const DIASession &Session;
DIASession.h 28 std::unique_ptr<IPDBSession> &Session);
30 std::unique_ptr<IPDBSession> &Session);
68 CComPtr<IDiaSession> Session;
  /prebuilts/clang/host/darwin-x86/clang-4479392/include/llvm/DebugInfo/PDB/Native/
NativeRawSymbol.h 203 NativeSession &Session;
  /prebuilts/clang/host/darwin-x86/clang-4579689/include/llvm/DebugInfo/PDB/DIA/
DIAEnumSourceFiles.h 33 const DIASession &Session;
DIAEnumSymbols.h 23 explicit DIAEnumSymbols(const DIASession &Session,
33 const DIASession &Session;
DIASession.h 28 std::unique_ptr<IPDBSession> &Session);
30 std::unique_ptr<IPDBSession> &Session);
68 CComPtr<IDiaSession> Session;
  /prebuilts/clang/host/darwin-x86/clang-4630689/include/llvm/DebugInfo/PDB/DIA/
DIAEnumSourceFiles.h 33 const DIASession &Session;
DIAEnumSymbols.h 23 explicit DIAEnumSymbols(const DIASession &Session,
33 const DIASession &Session;
DIASession.h 28 std::unique_ptr<IPDBSession> &Session);
30 std::unique_ptr<IPDBSession> &Session);
68 CComPtr<IDiaSession> Session;
  /prebuilts/clang/host/darwin-x86/clang-4639204/include/llvm/DebugInfo/PDB/DIA/
DIAEnumSourceFiles.h 33 const DIASession &Session;
DIAEnumSymbols.h 23 explicit DIAEnumSymbols(const DIASession &Session,
33 const DIASession &Session;

Completed in 316 milliseconds

1 2 3 4 5 6 7 8 91011