Home
last modified time | relevance | path

Searched defs:output_shapes (Results 1 – 25 of 120) sorted by relevance

12345

/external/tensorflow/tensorflow/lite/experimental/kernels/
Dctc_beam_search_decoder_test.cc84 std::vector<std::vector<int>> output_shapes; in GetOutputShapes() local
105 const std::vector<std::vector<int>>& output_shapes = m.GetOutputShapes(); in TEST() local
137 const std::vector<std::vector<int>>& output_shapes = m.GetOutputShapes(); in TEST() local
169 const std::vector<std::vector<int>>& output_shapes = m.GetOutputShapes(); in TEST() local
210 const std::vector<std::vector<int>>& output_shapes = m.GetOutputShapes(); in TEST() local
/external/tensorflow/tensorflow/core/ops/
Dfunctional_ops.cc94 std::vector<PartialTensorShape> output_shapes; in IfShapeInferenceFn() local
148 std::vector<PartialTensorShape> output_shapes; in __anon4a8e12910202() local
199 std::vector<PartialTensorShape> output_shapes; in WhileShapeInferenceFn() local
Ddataset_ops.cc630 std::vector<PartialTensorShape> output_shapes; in IteratorGetNextShapeFn() local
800 std::vector<PartialTensorShape> output_shapes; in __anonc0e8a7641a02() local
Dtpu_embedding_ops.cc137 std::vector<TensorShapeProto> output_shapes; in __anon4b0f15b50602() local
/external/tensorflow/tensorflow/core/kernels/data/
Dwindow_dataset.cc32 std::vector<PartialTensorShape> output_shapes) in WindowDataset()
46 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::__anon280aa0150111::WindowDataset
128 std::vector<PartialTensorShape> output_shapes, in NewWindowDataset()
Diterator_ops.h35 const std::vector<PartialTensorShape>& output_shapes, in IteratorResource()
66 const std::vector<PartialTensorShape>& output_shapes() const { in output_shapes() function
Dgenerator_dataset_op.cc53 const std::vector<PartialTensorShape>& output_shapes) in Dataset()
69 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::GeneratorDatasetOp::Dataset
Ddataset_test_base.h148 std::vector<PartialTensorShape> output_shapes() const { in output_shapes() function
214 std::vector<PartialTensorShape> output_shapes, in BatchDatasetParams()
251 std::vector<PartialTensorShape> output_shapes, in MapDatasetParams()
322 std::vector<PartialTensorShape> output_shapes, in TakeDatasetParams()
352 std::vector<PartialTensorShape> output_shapes, in ConcatenateDatasetParams()
Dmap_dataset_op.cc46 const std::vector<PartialTensorShape>& output_shapes, in Dataset()
67 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::MapDatasetOp::Dataset
Dflat_map_dataset_op.cc51 const std::vector<PartialTensorShape>& output_shapes) in Dataset()
70 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::FlatMapDatasetOp::Dataset
Doptimize_dataset_op_test.cc30 std::vector<PartialTensorShape> output_shapes, in OptimizeDatasetParams()
Dinterleave_dataset_op_test.cc32 std::vector<PartialTensorShape> output_shapes, in InterleaveDatasetParams()
98 const std::vector<PartialTensorShape>& output_shapes) { in MakeTensorSliceDatasetFunc()
Dinterleave_dataset_op.cc55 const std::vector<PartialTensorShape>& output_shapes) in Dataset()
76 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::InterleaveDatasetOp::Dataset
/external/tensorflow/tensorflow/python/data/ops/
Diterator_ops.py80 output_shapes, output_classes): argument
121 output_shapes=None, argument
226 output_shapes=None, argument
464 def output_shapes(self): member in Iterator
693 def output_shapes(self): member in OwnedIterator
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dmap_defun.py29 output_shapes, argument
/external/tensorflow/tensorflow/core/kernels/data/experimental/
Dnon_serializable_dataset_op.cc45 const std::vector<PartialTensorShape>& output_shapes) in Dataset()
64 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::experimental::__anon2b049c390111::NonSerializableDatasetOp::Dataset
Dassert_next_dataset_op.cc38 const std::vector<PartialTensorShape>& output_shapes) in Dataset()
56 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::experimental::AssertNextDatasetOp::Dataset
Dchoose_fastest_branch_dataset_op.cc41 const std::vector<PartialTensorShape>* output_shapes, in WrapperDataset()
52 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::experimental::__anon0751431f0111::WrapperDataset
200 const std::vector<PartialTensorShape>& output_shapes, in Dataset()
227 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::experimental::__anon0751431f0111::ChooseFastestBranchDatasetOp::Dataset
Dsql_dataset_op.cc82 const std::vector<PartialTensorShape>& output_shapes) in Dataset()
100 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::experimental::__anon8526b0280111::SqlDatasetOp::Dataset
Drebatch_dataset_op.cc56 const std::vector<PartialTensorShape>& output_shapes) in Dataset()
78 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::experimental::__anona1c58e710111::RebatchDatasetOp::Dataset
Dscan_dataset_op.cc79 const std::vector<PartialTensorShape>& output_shapes, in Dataset()
104 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::experimental::__anona020d27d0111::ScanDatasetOp::Dataset
Dparallel_interleave_dataset_op_test.cc34 std::vector<PartialTensorShape> output_shapes, string node_name) in ParallelInterleaveDatasetParams()
113 const std::vector<PartialTensorShape>& output_shapes) { in MakeTensorSliceDatasetFunc()
Dauto_shard_dataset_op_test.cc29 std::vector<PartialTensorShape> output_shapes, in AutoShardDatasetParams()
Dthreadpool_dataset_op.cc165 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::experimental::__anon1867a0ca0111::ThreadPoolDatasetOp::Dataset
276 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::experimental::__anon1867a0ca0111::MaxIntraOpParallelismDatasetOp::Dataset
380 const std::vector<PartialTensorShape>& output_shapes() const override { in output_shapes() function in tensorflow::data::experimental::__anon1867a0ca0111::PrivateThreadPoolDatasetOp::Dataset
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_util_test.cc45 std::vector<PartialTensorShape> output_shapes; in TEST() local

12345