HomeSort by relevance Sort by last modified time
    Searched refs:feature_list_sparse_keys (Results 1 - 2 of 2) sorted by null

  /external/tensorflow/tensorflow/python/ops/
parsing_ops.py     [all...]
  /external/tensorflow/tensorflow/core/kernels/
example_parsing_ops.cc 281 OpInputList feature_list_sparse_keys; variable
294 OP_REQUIRES_OK(ctx, ctx->input_list("feature_list_sparse_keys",
295 &feature_list_sparse_keys));
309 CHECK_EQ(feature_list_sparse_keys.size(), attrs_.num_feature_list_sparse);
340 ctx, TensorShapeUtils::IsScalar(feature_list_sparse_keys[di].shape()),
342 "Expected feature_list_sparse_keys[", di,
344 feature_list_sparse_keys[di].shape().DebugString()));
346 feature_list_sparse_keys[di].scalar<string>()();

Completed in 84 milliseconds