Home
last modified time | relevance | path

Searched defs:expected_types (Results 1 – 7 of 7) sorted by relevance

/external/libprotobuf-mutator/examples/libfuzzer/
Dlibfuzzer_example.cc33 static const char* const expected_types[] = { in __anon1e23a97e0102() local
Dlibfuzzer_bin_example.cc33 static const char* const expected_types[] = { in __anonf4cca0d60102() local
/external/tensorflow/tensorflow/python/data/util/
Dstructure_test.py85 def testFlatStructure(self, value_fn, expected_structure, expected_types, argument
/external/tensorflow/tensorflow/python/framework/
Dtensor_util.py263 def _generate_isinstance_check(expected_types): argument
/external/webrtc/modules/audio_coding/audio_network_adaptor/
Dcontroller_manager_unittest.cc299 const std::vector<ControllerType>& expected_types) { in CheckControllersOrder()
/external/tensorflow/tensorflow/python/debug/wrappers/
Dframework.py119 def _check_type(obj, expected_types): argument
/external/protobuf/python/google/protobuf/pyext/
Dmessage.cc546 void FormatTypeError(PyObject* arg, char* expected_types) { in FormatTypeError()