Home
last modified time | relevance | path

Searched defs:get_state (Results 1 – 25 of 373) sorted by relevance

12345678910>>...15

/aosp_15_r20/external/tensorflow/tensorflow/python/autograph/operators/
H A Dcontrol_flow.py390 def for_stmt(iter_, extra_test, body, get_state, set_state, symbol_names, opts): argument
466 def _py_for_stmt(iter_, extra_test, body, get_state, set_state): argument
522 iter_, extra_test, body, get_state, set_state, symbol_names, opts): argument
569 iter_, extra_test, body, get_state, set_state, symbol_names, opts): argument
616 iter_, extra_test, body, get_state, set_state, symbol_names, opts): argument
678 iter_, extra_test, body, get_state, set_state, symbol_names, opts): argument
756 ds, extra_test, body, get_state, set_state, symbol_names, opts): argument
827 iter_, extra_test, body, get_state, set_state, symbol_names, opts): argument
853 def while_stmt(test, body, get_state, set_state, symbol_names, opts): argument
977 def _py_while_stmt(test, body, get_state, set_state, opts): argument
[all …]
/aosp_15_r20/external/pytorch/torch/_functorch/
H A Dpyfunctorch.py76 def get_state(self): member in FuncTorchInterpreter
145 def get_state(self): member in VmapInterpreter
187 def get_state(self): member in GradInterpreter
221 def get_state(self): member in JvpInterpreter
238 def get_state(self): member in FunctionalizeInterpreter
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/numeric/odeint/include/boost/numeric/odeint/iterator/impl/
Dtimes_iterator_impl.hpp125 const state_type& get_state() const in get_state() function in boost::numeric::odeint::times_iterator_impl
246 const state_type& get_state() const in get_state() function in boost::numeric::odeint::times_iterator_impl
353 const state_type& get_state() const in get_state() function in boost::numeric::odeint::times_iterator_impl
Dadaptive_iterator_impl.hpp132 const state_type& get_state() const in get_state() function in boost::numeric::odeint::adaptive_iterator_impl
238 const state_type& get_state() const in get_state() function in boost::numeric::odeint::adaptive_iterator_impl
Dconst_step_iterator_impl.hpp103 const state_type& get_state() const in get_state() function in boost::numeric::odeint::const_step_iterator_impl
211 const state_type& get_state() const in get_state() function in boost::numeric::odeint::const_step_iterator_impl
Dn_step_iterator_impl.hpp113 const state_type& get_state() const in get_state() function in boost::numeric::odeint::n_step_iterator_impl
220 const state_type& get_state() const in get_state() function in boost::numeric::odeint::n_step_iterator_impl
/aosp_15_r20/external/pytorch/torch/distributed/elastic/rendezvous/
H A Detcd_rendezvous_backend.py77 def get_state(self) -> Optional[Tuple[bytes, Token]]: member in EtcdRendezvousBackend
98 def get_state(): function
H A Dc10d_rendezvous_backend.py73 def get_state(self) -> Optional[Tuple[bytes, Token]]: member in C10dRendezvousBackend
/aosp_15_r20/external/crosvm/protos/src/
H A Dplugin.proto197 GetState get_state = 13; field
273 GetState get_state = 14; field
371 GetState get_state = 3; field
467 GetState get_state = 4; field
/aosp_15_r20/external/pytorch/test/distributed/elastic/rendezvous/
H A Ddynamic_rendezvous_test.py185 def get_state(self) -> Optional[Tuple[bytes, Token]]: member in FakeRendezvousBackend
1474 def get_state(self): member in DummyRendezvousBackend
1877 def get_state(self): member in _InMemoryRendezvousBackend
/aosp_15_r20/external/pytorch/c10/core/impl/
H A DHermeticPyObjectTLS.h15 static bool get_state() { in get_state() function
H A DPythonDispatcherTLS.cpp19 PyInterpreter* PythonDispatcherTLS::get_state() { in get_state() function in c10::impl::PythonDispatcherTLS
H A DTorchDispatchModeTLS.cpp161 const TorchDispatchModeTLS& TorchDispatchModeTLS::get_state() { in get_state() function in c10::impl::TorchDispatchModeTLS
/aosp_15_r20/external/rust/crates/uefi-raw/src/protocol/
Dconsole.rs46 pub get_state: field
138 pub get_state: unsafe extern "efiapi" fn( field
/aosp_15_r20/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Dstatic_functor_data.hpp191 std::size_t get_state() const { return 0; } in get_state() function in boost::spirit::lex::lexertl::detail::static_data
285 std::size_t& get_state() { return state_; } in get_state() function in boost::spirit::lex::lexertl::detail::static_data
Dfunctor_data.hpp167 std::size_t get_state() const { return 0; } in get_state() function in boost::spirit::lex::lexertl::detail::data
260 std::size_t& get_state() { return state_; } in get_state() function in boost::spirit::lex::lexertl::detail::data
/aosp_15_r20/external/rust/android-crates-io/crates/uefi-raw/src/protocol/
Dconsole.rs46 pub get_state: field
138 pub get_state: unsafe extern "efiapi" fn( field
/aosp_15_r20/external/pytorch/aten/src/ATen/core/
H A DGenerator.cpp12 at::Tensor Generator::get_state() const { in get_state() function in at::Generator
/aosp_15_r20/external/pytorch/aten/src/ATen/
H A DThreadLocalPythonObjects.cpp29 const ThreadLocalPythonObjects& ThreadLocalPythonObjects::get_state() { in get_state() function in at::impl::ThreadLocalPythonObjects
H A DPythonTorchFunctionTLS.cpp40 const PythonTorchFunctionTLS& PythonTorchFunctionTLS::get_state() { in get_state() function in at::impl::PythonTorchFunctionTLS
/aosp_15_r20/external/ublksrv/qcow2/
H A Dqcow2.h360 u8 get_state() { in get_state() function
536 unsigned get_state() const { in get_state() function
/aosp_15_r20/packages/modules/Bluetooth/system/bta/hd/
Dbta_hd_main.cc57 static tBTA_HD_STATE get_state() { return bta_hd_cb.state; } in get_state() function
/aosp_15_r20/external/autotest/site_utils/admin_audit/
H A Dverifiers_unittest.py30 def get_state(self, run_badblocks=None): member in StubStorageStateValidator
/aosp_15_r20/external/pytorch/torch/distributed/_composable/
H A Dcontract.py203 def get_state(module: nn.Module) -> Optional[_State]: function
/aosp_15_r20/external/libwebsockets/lib/tls/mbedtls/wrapper/include/internal/
H A Dssl_methods.h34 get_state) \ argument

12345678910>>...15