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

  /external/tensorflow/tensorflow/python/ops/
parsing_ops.py     [all...]
  /external/tensorflow/tensorflow/core/util/
example_proto_helper.h 294 ctx->GetAttr("context_dense_shapes", &context_dense_shapes));
306 std::vector<TensorShape> context_dense_shapes; member in class:tensorflow::ParseSingleSequenceExampleAttrs
example_proto_helper.cc 455 if (static_cast<size_t>(num_context_dense) != context_dense_shapes.size()) {
457 "len(context_dense_keys) != len(context_dense_shapes)");
  /external/tensorflow/tensorflow/core/kernels/
example_parsing_ops.cc 390 OP_REQUIRES(ctx, def_value.shape() == attrs_.context_dense_shapes[d],
395 "] == ", attrs_.context_dense_shapes[d].DebugString()));
450 for (const int dim : attrs_.context_dense_shapes[d].dim_sizes())
459 const TensorShape& shape = attrs_.context_dense_shapes[d];
  /external/tensorflow/tensorflow/core/ops/
parsing_ops.cc 163 .Attr("context_dense_shapes: list(shape) >= 0 = []")
191 // Output context_dense_shapes.
195 attrs.context_dense_shapes[i], &s));

Completed in 269 milliseconds