Home
last modified time | relevance | path

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

/external/tflite-support/tensorflow_lite_support/cc/utils/
Djni_utils.cc34 std::vector<std::string> StringListToVector(JNIEnv* env, jobject list_object) { in StringListToVector()
/external/tensorflow/tensorflow/python/training/tracking/
Ddata_structures.py1084 def _set_list_item(list_object, index_string, value): argument
1102 def _set_tuple_item(list_object, index_string, value): argument