Home
last modified time | relevance | path

Searched defs:initial_state (Results 1 – 25 of 90) sorted by relevance

1234

/external/tensorflow/tensorflow/compiler/xla/client/lib/
Dprng.cc139 XlaOp initial_state, const Shape& shape) { in GetThreeFryInputsAndUpdatedState()
244 RngOutput ThreeFryRngBit32(XlaOp key, XlaOp initial_state, const Shape& shape) { in ThreeFryRngBit32()
256 RngOutput ThreeFryRngBit64(XlaOp key, XlaOp initial_state, const Shape& shape) { in ThreeFryRngBit64()
392 XlaOp initial_state, in GeneratePhiloxBits()
408 RngOutput PhiloxRngBit32(XlaOp op_key, XlaOp initial_state, in PhiloxRngBit32()
435 RngOutput PhiloxRngBit64(XlaOp op_key, XlaOp initial_state, in PhiloxRngBit64()
533 RngOutput ThreeFryBitGenerator(XlaOp key, XlaOp initial_state, in ThreeFryBitGenerator()
554 RngOutput PhiloxBitGenerator(XlaOp key, XlaOp initial_state, in PhiloxBitGenerator()
582 RngOutput UniformFloatingPointDistribution(XlaOp key, XlaOp initial_state, in UniformFloatingPointDistribution()
593 RngOutput UniformIntDistribution(XlaOp key, XlaOp initial_state, in UniformIntDistribution()
[all …]
/external/mesa3d/src/intel/isl/
Disl_aux_info.c212 isl_aux_prepare_access(enum isl_aux_state initial_state, in isl_aux_prepare_access()
253 isl_aux_state_transition_aux_op(enum isl_aux_state initial_state, in isl_aux_state_transition_aux_op()
290 isl_aux_state_transition_write(enum isl_aux_state initial_state, in isl_aux_state_transition_write()
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dscan_ops.py22 def scan(initial_state, scan_func): argument
/external/cronet/tot/base/test/
Dtest_waitable_event.cc14 InitialState initial_state) in TestWaitableEvent()
/external/cronet/stable/base/test/
Dtest_waitable_event.cc14 InitialState initial_state) in TestWaitableEvent()
/external/pytorch/torch/onnx/_internal/diagnostics/infra/sarif/
D_thread_flow.py29 initial_state: Any = dataclasses.field( variable in ThreadFlow
D_graph_traversal.py29 initial_state: Any = dataclasses.field( variable in GraphTraversal
/external/tensorflow/tensorflow/python/keras/layers/
Dcudnn_recurrent.py79 def call(self, inputs, mask=None, training=None, initial_state=None): argument
268 def _process_batch(self, inputs, initial_state): argument
464 def _process_batch(self, inputs, initial_state): argument
/external/perfetto/src/tracing/core/
Dshared_memory_arbiter_impl_unittest.cc399 void SetupArbiter(InitialBindingState initial_state) { in SetupArbiter()
411 void EnsureArbiterBoundToEndpoint(InitialBindingState initial_state) { in EnsureArbiterBoundToEndpoint()
418 void TestStartupTracing(InitialBindingState initial_state) { in TestStartupTracing()
552 InitialBindingState initial_state) { in TestAbortStartupTracingForReservation()
/external/tensorflow/tensorflow/python/types/
Ddistribute.py29 def reduce(self, initial_state, reduce_func): argument
/external/libopus/dnn/
Ddred_rdovae_enc.c52 float *initial_state, /* o: initial state */ in dred_rdovae_encode_dframe()
/external/webrtc/modules/audio_processing/aec3/
Dsubband_nearend_detector.cc36 bool initial_state) { in Update()
Ddominant_nearend_detector.cc36 bool initial_state) { in Update()
/external/cronet/tot/base/fuchsia/
Dtest_component_context_for_process.cc24 InitialState initial_state) { in TestComponentContextForProcess()
/external/cronet/stable/base/fuchsia/
Dtest_component_context_for_process.cc24 InitialState initial_state) { in TestComponentContextForProcess()
/external/cronet/stable/base/synchronization/
Dwaitable_event_posix.cc55 InitialState initial_state) in WaitableEvent()
368 InitialState initial_state) in WaitableEventKernel()
/external/yapf/yapf/yapflib/
Dreformatter.py453 def _AnalyzeSolutionSpace(initial_state): argument
541 def _ReconstructPath(initial_state, current): argument
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/lexer/lexertl/
Dstatic_lexer.hpp174 , char_type const* initial_state = 0) const in begin()
219 string_type initial_state() const in initial_state() function in boost::spirit::lex::lexertl::static_lexer
/external/cronet/tot/base/synchronization/
Dwaitable_event_posix.cc55 InitialState initial_state) in WaitableEvent()
368 InitialState initial_state) in WaitableEventKernel()
/external/tensorflow/tensorflow/python/ops/
Drnn.py507 initial_state=None, argument
767 initial_state, argument
1313 initial_state=None, argument
/external/sdv/vsomeip/third_party/boost/spirit/include/boost/spirit/home/lex/
Dtokenize_and_parse.hpp298 , typename Lexer::char_type const* initial_state = 0) in tokenize()
316 , typename Lexer::char_type const* initial_state = 0) in tokenize()
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/
Dstateless_random_ops.cc87 xla::XlaOp initial_state = xla::ConstantR0WithType(builder, xla::U64, 0); in StatelessRngUniform() local
123 xla::XlaOp initial_state = xla::ConstantR0WithType(builder, xla::U64, 0); in StatelessRngUniformFullInt() local
306 xla::XlaOp initial_state = xla::ConstantR0WithType(builder, xla::U64, 0); in Compile() local
/external/sdv/vsomeip/third_party/boost/mpl/example/fsm/
Dplayer.cpp65 typedef stopped initial_state; typedef in player
Dstate_machine.hpp72 state_machine(state_t const& initial_state) in state_machine()
/external/libchrome/base/synchronization/
Dwaitable_event_posix.cc46 InitialState initial_state) in WaitableEvent()
373 InitialState initial_state) in WaitableEventKernel()

1234