public void OutputFloat(string output_name, float value) { float_streams_.Output(output_name, batch_size_, current_entry_, value); }
public void OutputInt(string output_name, int value) { int_streams_.Output(output_name, batch_size_, current_entry_, value); }
public void OutputBool(string output_name, bool value) { bool_streams_.Output(output_name, batch_size_, current_entry_, value); }