Home
last modified time | relevance | path

Searched defs:ResetSession (Results 1 – 6 of 6) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/clusters/
H A Dsingle_machine.cc346 Status SingleMachine::ResetSession() { in ResetSession() function in tensorflow::grappler::SingleMachine
/aosp_15_r20/external/cronet/net/third_party/quiche/src/quiche/quic/tools/
H A Dquic_client_base.h391 void ResetSession() { session_.reset(); } in ResetSession() function
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/driver/
Ddriver.go302 ResetSession(ctx context.Context) error methodSpec
/aosp_15_r20/packages/modules/Bluetooth/system/common/
Dmetrics_linux.cc83 void BluetoothMetricsLogger::ResetSession() {} in ResetSession() function in bluetooth::common::BluetoothMetricsLogger
Dmetrics.cc518 void BluetoothMetricsLogger::ResetSession() { in ResetSession() function in bluetooth::common::BluetoothMetricsLogger
/aosp_15_r20/prebuilts/go/linux-x86/src/database/sql/
Dfakedb_test.go401 func (c *fakeConn) ResetSession(ctx context.Context) error { func