Function deepmd::convert_pbtxt_to_pb_from_plugin#
Defined in File BackendPlugin.h
Function Documentation#
- void deepmd::convert_pbtxt_to_pb_from_plugin(const std::string &fn_pb_txt, const std::string &fn_pb)#
Convert a TensorFlow pbtxt model to pb through the TensorFlow backend plugin.
- Parameters:
fn_pb_txt – [in] The input pbtxt file.
fn_pb – [in] The output pb file.