Home
last modified time | relevance | path

Searched refs:method_tuple (Results 1 – 2 of 2) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/debug/wrappers/
H A Dframework_test.py416 method_tuple[0] for method_tuple in
418 if _is_public_method_name(method_tuple[0])]
420 method_tuple[0] for method_tuple in
423 if _is_public_method_name(method_tuple[0])]
431 method_tuple[0] for method_tuple in
434 if _is_public_method_name(method_tuple[0])]
436 method_tuple[0] for method_tuple in
439 if _is_public_method_name(method_tuple[0])]
/aosp_15_r20/external/pytorch/torch/csrc/jit/mobile/compatibility/
H A Dmodel_compatibility.cpp225 const auto& method_tuple = bytecode_ivalues.at(i).toTupleRef().elements(); in _get_model_ops_and_info() local
226 auto operators_tuple = method_tuple.at(1).toTupleRef().elements()[1]; in _get_model_ops_and_info()
292 const auto& method_tuple = bytecode_ivalues.at(i).toTupleRef().elements(); in _get_mobile_model_contained_types() local
294 method_tuple.at(1).toTupleRef().elements()[BYTECODE_INDEX_TYPE]; in _get_mobile_model_contained_types()