|
|
|
@ -12,7 +12,7 @@
|
|
|
|
|
// See the License for the specific language governing permissions and
|
|
|
|
|
// limitations under the License.
|
|
|
|
|
#include "paddle/fluid/recordio/writer.h"
|
|
|
|
|
|
|
|
|
|
#include "paddle/fluid/platform/enforce.h"
|
|
|
|
|
namespace paddle {
|
|
|
|
|
namespace recordio {
|
|
|
|
|
void Writer::Write(const std::string& record) {
|
|
|
|
|