Searched refs:fdef_to_load (Results 1 – 1 of 1) sorted by relevance
215 FunctionDef fdef_to_load = fdef; in CreateFunctionsFromTextProto() local217 (*mutate_proto_func)(&fdef_to_load); in CreateFunctionsFromTextProto()219 VLOG(1) << "Adding func to graph: " << fdef_to_load.DebugString(); in CreateFunctionsFromTextProto()220 std::vector<char> binary_proto_buf(fdef_to_load.ByteSizeLong()); in CreateFunctionsFromTextProto()221 fdef_to_load.SerializeToArray(binary_proto_buf.data(), in CreateFunctionsFromTextProto()