提交 edad1a7f 编写于 作者: W wangyihong01

feasign parser

Change-Id: Ieb7814d6bcad9d40aa83fb1c6a6f152fec5136f2
上级 8829ceb1
......@@ -12,10 +12,10 @@ WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied.
See the License for the specific language governing permissions and
limitations under the License. */
//#if defined _WIN32 || defined __APPLE__
//#else
#if defined _WIN32 || defined __APPLE__
#else
#define _LINUX
//#endif
#endif
#include "paddle/fluid/framework/data_feed.h"
#ifdef _LINUX
......
文件模式从 100755 更改为 100644
......@@ -345,11 +345,11 @@ public:
return -1;
}
//FIXME
int show, clk;
//FIXME temp
int show = 0, clk = 0;
std::string tags;
std::map<std::string, std::vector<float>> vec_feas;
int sample_type;
int sample_type = 0;
std::map<std::string, std::vector<int>> auc_category_info_map;
uint32_t feas_len = 0;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册