Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/ops/
Dparsing_ops_test.cc152 int num_feature_list_sparse, in TEST()
166 .Attr("Nfeature_list_sparse", num_feature_list_sparse) in TEST()
175 std::vector<string>(num_feature_list_sparse, string_in)) in TEST()
185 DataTypeList(num_feature_list_sparse, DT_FLOAT)) in TEST()
234 int num_feature_list_sparse, in TEST()
247 .Input(NodeOutList(num_feature_list_sparse, string_in)) in TEST()
258 DataTypeList(num_feature_list_sparse, DT_FLOAT)) in TEST()
Dparsing_ops.cc203 for (int i = 0; i < attrs.num_feature_list_sparse; ++i) { in __anon952516500402()
206 for (int i = 0; i < attrs.num_feature_list_sparse; ++i) { in __anon952516500402()
209 for (int i = 0; i < attrs.num_feature_list_sparse; ++i) { in __anon952516500402()
297 for (int i = 0; i < attrs.num_feature_list_sparse; ++i) { in __anon952516500502()
300 for (int i = 0; i < attrs.num_feature_list_sparse; ++i) { in __anon952516500502()
303 for (int i = 0; i < attrs.num_feature_list_sparse; ++i) { in __anon952516500502()
/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.h307 ctx->GetAttr("Nfeature_list_sparse", &num_feature_list_sparse)); in Init()
318 int64 num_feature_list_sparse; variable
353 ctx->GetAttr("Nfeature_list_sparse", &num_feature_list_sparse)); in Init()
363 int64 num_feature_list_sparse; variable
Dexample_proto_helper.cc465 if (num_feature_list_sparse != feature_list_sparse_keys.size() || in FinishInit()
466 num_feature_list_sparse != feature_list_sparse_types.size()) { in FinishInit()
468 "num_feature_list_sparse (", num_feature_list_sparse, in FinishInit()
512 if (static_cast<size_t>(num_feature_list_sparse) != in FinishInit()
/external/tensorflow/tensorflow/python/ops/
Dparsing_ops.py1380 num_feature_list_sparse = len(feature_list_sparse_keys)
1403 if len(feature_list_sparse_types) != num_feature_list_sparse:
1407 num_feature_list_sparse))
1409 num_feature_list_sparse) == 0:
1459 Nfeature_list_sparse=num_feature_list_sparse,
1714 num_feature_list_sparse = len(feature_list_sparse_keys)
1737 if len(feature_list_sparse_types) != num_feature_list_sparse:
1741 % (len(feature_list_sparse_types), num_feature_list_sparse))
1743 + num_feature_list_dense + num_feature_list_sparse) == 0:
/external/tensorflow/tensorflow/core/kernels/
Dexample_parsing_ops.cc349 for (int d = 0; d < attrs_.num_feature_list_sparse; ++d) { in Compute()
412 for (int d = 0; d < attrs_.num_feature_list_sparse; ++d) { in Compute()
463 attrs_.num_feature_list_sparse); in Compute()
468 CHECK_EQ(feature_list_sparse_keys.size(), attrs_.num_feature_list_sparse); in Compute()
497 for (int di = 0; di < attrs_.num_feature_list_sparse; ++di) { in Compute()
766 for (int d = 0; d < attrs_.num_feature_list_sparse; ++d) { in Compute()