Home
last modified time | relevance | path

Searched refs:value_tuple (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/layers/
Dutils.py72 value_tuple = tuple(value)
76 if len(value_tuple) != n:
79 for single_value in value_tuple:
87 return value_tuple
/external/tensorflow/tensorflow/python/keras/utils/
Dconv_utils.py72 value_tuple = tuple(value)
76 if len(value_tuple) != n:
79 for single_value in value_tuple:
87 return value_tuple
/external/autotest/client/bin/input/
Dinput_event_recorder.py106 def value_tuple(self): member in Event
218 self.events.append(ev.value_tuple())
/external/clang/test/CXX/temp/temp.decls/temp.variadic/
Dmulti-level-substitution.cpp3 template<typename T, T ...Values> struct value_tuple {}; struct
22 void f(value_tuple<T, Values...> * = 0);
/external/google-breakpad/src/testing/include/gmock/
Dgmock-matchers.h620 const ValueTuple& value_tuple) { in Matches() argument
622 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) in Matches()
623 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple)); in Matches()
688 const ValueTuple& value_tuple) { in TupleMatches() argument
696 Matches(matcher_tuple, value_tuple); in TupleMatches()
/external/swiftshader/third_party/llvm-7.0/llvm/utils/unittest/googlemock/include/gmock/
Dgmock-matchers.h733 const ValueTuple& value_tuple) { in Matches() argument
734 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) in Matches()
735 && get<N - 1>(matcher_tuple).Matches(get<N - 1>(value_tuple)); in Matches()
797 const ValueTuple& value_tuple) { in TupleMatches() argument
804 Matches(matcher_tuple, value_tuple); in TupleMatches()
/external/googletest/googlemock/include/gmock/
Dgmock-matchers.h363 const ValueTuple& value_tuple) { in Matches() argument
364 return TuplePrefix<N - 1>::Matches(matcher_tuple, value_tuple) && in Matches()
365 std::get<N - 1>(matcher_tuple).Matches(std::get<N - 1>(value_tuple)); in Matches()
425 const ValueTuple& value_tuple) { in TupleMatches() argument
432 value_tuple); in TupleMatches()