Searched refs:session_state (Results 1 - 24 of 24) sorted by relevance

/external/wpa_supplicant_8/hostapd/src/fst/
H A Dfst_ctrl_aux.h78 } session_state; /* for EVENT_FST_SESSION_STATE_CHANGED */ member in union:fst_event_extra
H A Dfst_ctrl_iface.c43 ss = &extra->session_state;
142 ss = &extra->session_state;
H A Dfst_session.c124 .session_state = {
131 evext.session_state.extra = *extra;
/external/wpa_supplicant_8/src/fst/
H A Dfst_ctrl_aux.h78 } session_state; /* for EVENT_FST_SESSION_STATE_CHANGED */ member in union:fst_event_extra
H A Dfst_ctrl_iface.c43 ss = &extra->session_state;
142 ss = &extra->session_state;
H A Dfst_session.c124 .session_state = {
131 evext.session_state.extra = *extra;
/external/wpa_supplicant_8/wpa_supplicant/src/fst/
H A Dfst_ctrl_aux.h78 } session_state; /* for EVENT_FST_SESSION_STATE_CHANGED */ member in union:fst_event_extra
H A Dfst_ctrl_iface.c43 ss = &extra->session_state;
142 ss = &extra->session_state;
H A Dfst_session.c124 .session_state = {
131 evext.session_state.extra = *extra;
/external/tensorflow/tensorflow/core/common_runtime/
H A Dsession_state.cc16 #include "tensorflow/core/framework/session_state.h"
67 SessionState* session_state) {
78 TF_RETURN_IF_ERROR(session_state->AddTensor(key, it->second.tensor));
66 SaveTensors(const std::vector<string>& output_names, SessionState* session_state) argument
H A Dexecutor.h21 #include "tensorflow/core/framework/session_state.h"
89 SessionState* session_state = nullptr; member in struct:tensorflow::Executor::Args
H A Ddirect_session.cc529 args.session_state = &session_state_;
771 args.session_state = &session_state_;
H A Dexecutor.cc1298 session_state_(args.session_state),
1508 params.session_state = session_state_;
/external/tensorflow/tensorflow/core/kernels/
H A Dsession_ops.cc45 int64 id = ctx->session_state()->GetNewId();
115 OP_REQUIRES_OK(ctx, ctx->session_state()->GetTensor(name, &val));
157 OP_REQUIRES_OK(ctx, ctx->session_state()->DeleteTensor(name));
/external/libchrome/base/trace_event/
H A Dmemory_dump_manager.cc102 // |session_state| into a proxy object that can be added to the trace event log.
110 scoped_refptr<MemoryDumpSessionState> session_state,
112 : session_state(session_state), getter_function(getter_function) {}
115 return (session_state.get()->*getter_function)()->AppendAsTraceFormat(out);
120 return (session_state.get()->*getter_function)()
124 scoped_refptr<MemoryDumpSessionState> session_state; member in struct:base::trace_event::__anon11062::SessionStateConvertableProxy
852 scoped_refptr<MemoryDumpSessionState> session_state = local
854 session_state->SetAllowedDumpModes(memory_dump_config.allowed_dump_modes);
855 session_state
109 SessionStateConvertableProxy( scoped_refptr<MemoryDumpSessionState> session_state, GetterFunctPtr getter_function) argument
959 ProcessMemoryDumpAsyncState( MemoryDumpRequestArgs req_args, const MemoryDumpProviderInfo::OrderedSet& dump_providers, scoped_refptr<MemoryDumpSessionState> session_state, MemoryDumpCallback callback, scoped_refptr<SingleThreadTaskRunner> dump_thread_task_runner) argument
[all...]
H A Dprocess_memory_dump.h70 ProcessMemoryDump(scoped_refptr<MemoryDumpSessionState> session_state,
150 const scoped_refptr<MemoryDumpSessionState>& session_state() const { function in class:base::trace_event::ProcessMemoryDump
H A Dheap_profiler_heap_dump_writer.cc313 const MemoryDumpSessionState& session_state) {
315 session_state.stack_frame_deduplicator(),
316 session_state.type_name_deduplicator(),
317 session_state.heap_profiler_breakdown_threshold_bytes());
311 ExportHeapDump( const hash_map<AllocationContext, AllocationMetrics>& metrics_by_context, const MemoryDumpSessionState& session_state) argument
H A Dheap_profiler_heap_dump_writer.h32 const MemoryDumpSessionState& session_state);
H A Dmemory_dump_manager.h182 scoped_refptr<MemoryDumpSessionState> session_state,
207 scoped_refptr<MemoryDumpSessionState> session_state; member in struct:base::trace_event::MemoryDumpManager::ProcessMemoryDumpAsyncState
H A Dprocess_memory_dump_unittest.cc97 scoped_refptr<MemoryDumpSessionState> session_state = local
99 session_state->SetStackFrameDeduplicator(
101 session_state->SetTypeNameDeduplicator(
104 new ProcessMemoryDump(session_state.get(), kDetailedDumpArgs));
112 new ProcessMemoryDump(session_state.get(), kDetailedDumpArgs));
H A Dprocess_memory_dump.cc149 scoped_refptr<MemoryDumpSessionState> session_state,
153 session_state_(std::move(session_state)),
249 metrics_by_context, *session_state());
148 ProcessMemoryDump( scoped_refptr<MemoryDumpSessionState> session_state, const MemoryDumpArgs& dump_args) argument
H A Dmemory_dump_manager_unittest.cc155 // |session_state| should not be null under any circumstances when
158 EXPECT_TRUE(pmd->session_state().get() != nullptr);
377 const MemoryDumpSessionState* session_state = local
382 .WillRepeatedly(Invoke([session_state](const MemoryDumpArgs&,
384 EXPECT_EQ(session_state, pmd->session_state().get());
389 .WillRepeatedly(Invoke([session_state](const MemoryDumpArgs&,
391 EXPECT_EQ(session_state, pmd->session_state().get());
/external/tensorflow/tensorflow/core/framework/
H A Dsession_state.h75 SessionState* session_state);
H A Dop_kernel.h32 #include "tensorflow/core/framework/session_state.h"
536 SessionState* session_state = nullptr; member in struct:tensorflow::OpKernelContext::Params
938 SessionState* session_state() const { return params_->session_state; } function in class:tensorflow::OpKernelContext

Completed in 538 milliseconds