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

  /external/tensorflow/tensorflow/core/kernels/
example_parsing_ops.cc 407 OpOutputList context_sparse_indices; variable
416 OP_REQUIRES_OK(ctx, ctx->output_list("context_sparse_indices",
417 &context_sparse_indices));
424 OP_REQUIRES_OK(ctx, ctx->output_list("context_sparse_indices",
425 &context_sparse_indices));
511 OP_REQUIRES_OK(ctx, context_sparse_indices.allocate(d, indices_shape,
526 OP_REQUIRES_OK(ctx, context_sparse_indices.allocate(d, indices_shape,
  /external/tensorflow/tensorflow/python/ops/
parsing_ops.py     [all...]

Completed in 80 milliseconds