Home
last modified time | relevance | path

Searched refs:kSession (Results 1 – 6 of 6) sorted by relevance

/third_party/node/lib/internal/http2/
Dcore.js151 kSession,
182 const session = stream[kSession];
468 const session = this[kSession];
481 const session = this[kSession];
536 if (stream[kSession][kType] === NGHTTP2_SESSION_SERVER &&
667 const session = this[kSession];
1066 socket[kSession] = undefined;
1179 if (socket[kSession] !== undefined)
1182 socket[kSession] = this;
1766 const session = stream[kSession];
[all …]
/third_party/node/lib/internal/
Dstream_base_commons.js38 const kSession = Symbol('kSession'); constant
264 if (this[kSession]) this[kSession][kUpdateTimer]();
284 kSession, property
/third_party/mindspore/mindspore/lite/micro/coder/generator/component/
Dcomponent.h35 constexpr auto kSession = "session"; variable
/third_party/mindspore/mindspore/ccsrc/pipeline/pynative/
Dpynative_execute.cc84 std::shared_ptr<session::SessionBasic> kSession = nullptr; variable
1936 if (kSession == nullptr && !ms_context->get_param<bool>(MS_CTX_ENABLE_MINDRT)) { in RunOpInMs()
1938 kSession = session::SessionFactory::Get().Create(device_target); in RunOpInMs()
1939 MS_EXCEPTION_IF_NULL(kSession); in RunOpInMs()
1940 kSession->Init(ms_context->get_param<uint32_t>(MS_CTX_DEVICE_ID)); in RunOpInMs()
1971 kSession->RunOp(&op_run_info, graph_info, &input_tensors, &outputs, tensors_mask); in RunOpInMs()
3204 kSession = nullptr; in ClearRes()
3245 if (kSession == nullptr) { in Sync()
3248 kSession->SyncStream(); in Sync()
/third_party/node/doc/changelogs/
DCHANGELOG_V11.md1861 …://github.com/nodejs/node/commit/091238a9a7)] - **http2**: fix session\[kSession\] undefined issue…
DCHANGELOG_V10.md866 …://github.com/nodejs/node/commit/c7f876be38)] - **http2**: fix session\[kSession\] undefined issue…