Searched refs:op_list_buf (Results 1 – 4 of 4) sorted by relevance
28 %typemap(in) (const char* op_list_buf, size_t op_list_len) {
38 string GetPythonWrappers(const char* op_list_buf, size_t op_list_len);
1092 string GetPythonWrappers(const char* op_list_buf, size_t op_list_len) { in GetPythonWrappers() argument1093 string op_list_str(op_list_buf, op_list_len); in GetPythonWrappers()
203 TF_Buffer op_list_buf = TF_GetOpList(lib); in TEST() local205 EXPECT_TRUE(op_list.ParseFromArray(op_list_buf.data, op_list_buf.length)); in TEST()2386 TF_Buffer* op_list_buf = TF_GetAllOpList(); in TEST() local2388 auto* api_def_map = TF_NewApiDefMap(op_list_buf, status); in TEST()2406 TF_DeleteBuffer(op_list_buf); in TEST()2414 TF_Buffer* op_list_buf = TF_GetAllOpList(); in TEST() local2416 auto* api_def_map = TF_NewApiDefMap(op_list_buf, status); in TEST()2445 TF_DeleteBuffer(op_list_buf); in TEST()