Home
last modified time | relevance | path

Searched defs:state_tuple (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/tests/
H A Doutfeed_in_nested_computation_test.cc44 XlaOp state_tuple = Parameter(&cond_builder, 0, state_tuple_shape, "state"); in XLA_TEST_F() local
53 XlaOp state_tuple = Parameter(&body_builder, 0, state_tuple_shape, "state"); in XLA_TEST_F() local
/aosp_15_r20/external/webrtc/pc/
H A Dpeer_connection_signaling_unittest.cc271 std::tuple<SignalingState, bool> state_tuple) { in CreatePeerConnectionInState()