Searched refs:op_list_str (Results 1 – 2 of 2) sorted by relevance
63 op_list_str = py_tf.TF_GetOpList(lib_handle)65 op_list.ParseFromString(compat.as_bytes(op_list_str))66 wrappers = py_tf.GetPythonWrappers(op_list_str)
1093 string op_list_str(op_list_buf, op_list_len); in GetPythonWrappers() local1095 ops.ParseFromString(op_list_str); in GetPythonWrappers()