Searched defs:expected_types (Results 1 – 4 of 4) sorted by relevance
64 def testFlatStructure(self, value_fn, expected_structure, expected_types, argument
378 auto expected_types = materialized_resource->output_dtypes(); in Compute() local
132 def _check_type(obj, expected_types): argument
536 void FormatTypeError(PyObject* arg, char* expected_types) { in FormatTypeError()