Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_experimental.cc229 std::vector<char> binary_proto_buf(fdef_to_load.ByteSizeLong()); in CreateFunctionsFromTextProto() local
230 fdef_to_load.SerializeToArray(binary_proto_buf.data(), in CreateFunctionsFromTextProto()
231 binary_proto_buf.size()); in CreateFunctionsFromTextProto()
233 binary_proto_buf.data(), binary_proto_buf.size(), status); in CreateFunctionsFromTextProto()