Home
last modified time | relevance | path

Searched refs:shapes_ (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dunbatch_dataset_op.cc49 shapes_.emplace_back(std::move(partial_dim_sizes)); in Dataset()
52 shapes_.emplace_back(); in Dataset()
69 return shapes_; in output_shapes()
91 shapes_(params.dataset->output_shapes().size()) {} in Iterator()
112 shapes_[i]); in GetNextInternal()
139 shapes_[i] = tensors_[i].shape(); in GetNextInternal()
140 shapes_[i].RemoveDim(0); in GetNextInternal()
203 shapes_[i] = tensors_[i].shape(); in RestoreInternal()
204 shapes_[i].RemoveDim(0); in RestoreInternal()
216 std::vector<TensorShape> shapes_ GUARDED_BY(mu_);
[all …]
/external/tensorflow/tensorflow/core/kernels/data/
Dtensor_slice_dataset_op.cc76 shapes_.emplace_back(std::move(partial_dim_sizes)); in Dataset()
88 return shapes_; in output_shapes()
140 TensorShape(dataset()->shapes_[i].dim_sizes())); in GetNextInternal()
179 std::vector<PartialTensorShape> shapes_; member in tensorflow::data::__anonc96147a30111::TensorSliceDatasetOp::Dataset
Dtensor_dataset_op.cc53 shapes_.emplace_back(t.shape().dim_sizes()); in Dataset()
65 return shapes_; in output_shapes()
144 std::vector<PartialTensorShape> shapes_; member in tensorflow::data::__anon67eb3d340111::TensorDatasetOp::Dataset
Dsparse_tensor_slice_dataset_op.cc38 shapes_({{-1, sparse_tensor.dims() - 1},
50 return shapes_; in output_shapes()
214 const std::vector<PartialTensorShape> shapes_; member in tensorflow::data::__anon2da6f3700111::Dataset
/external/tensorflow/tensorflow/contrib/ignite/kernels/dataset/
Dignite_dataset.cc44 shapes_(shapes) { in IgniteDataset()
69 return shapes_; in output_shapes()
Dignite_dataset.h58 const std::vector<PartialTensorShape> shapes_; variable
/external/tensorflow/tensorflow/core/kernels/
Dscoped_allocator_ops.cc32 OP_REQUIRES_OK(context, context->GetAttr("shapes", &shapes_)); in ScopedAllocatorOp()
41 ScopedAllocatorMgr::PopulateFields(id_, shapes_, dtype_, &fields_); in ScopedAllocatorOp()
75 std::vector<TensorShape> shapes_; member in tensorflow::ScopedAllocatorOp
/external/tensorflow/tensorflow/core/profiler/internal/
Dtfprof_node.h789 shapes_.clear(); in SnapshotNodes()
816 shapes_.push_back(node->shape()); in SnapshotNodes()
857 const std::vector<std::vector<int64>>& shapes() const { return shapes_; } in shapes()
902 std::vector<std::vector<int64>> shapes_; variable
/external/tensorflow/tensorflow/core/grappler/costs/
Dgraph_properties.cc1720 TF_RETURN_IF_ERROR(shapes_.Merge(s1, s2)); in Merge()
1740 ShapeHandle actual_shape = shapes_.GetMergedValue(shape); in AsTensorProperties()
1754 DisjointSet<shape_inference::ShapeHandle> shapes_; member in tensorflow::grappler::SymbolicShapeManager