Home
last modified time | relevance | path

Searched refs:row_shape (Results 1 – 16 of 16) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/data/experimental/
Ddense_to_sparse_batch_dataset_op.cc52 PartialTensorShape row_shape; in MakeDataset() local
55 row_shape_t->NumElements(), &row_shape)); in MakeDataset()
61 *output = new Dataset<T>(ctx, batch_size, row_shape, input); \ in MakeDataset()
82 const PartialTensorShape& row_shape, const DatasetBase* input) in Dataset() argument
85 row_shape_(row_shape), in Dataset()
134 std::vector<int64> row_shape; in AsGraphDefInternal() local
135 row_shape.reserve( in AsGraphDefInternal()
138 row_shape.emplace_back(row_shape_.dim_size(i)); in AsGraphDefInternal()
139 TF_RETURN_IF_ERROR(b->AddVector(row_shape, &row_shape_node)); in AsGraphDefInternal()
165 const PartialTensorShape& row_shape = in GetNextInternal() local
[all …]
/external/tensorflow/tensorflow/contrib/data/python/ops/
Dbatching.py29 def dense_to_sparse_batch(batch_size, row_shape): argument
71 return batching.dense_to_sparse_batch(batch_size, row_shape)
/external/tensorflow/tensorflow/python/data/experimental/ops/
Dbatching.py156 def dense_to_sparse_batch(batch_size, row_shape): argument
201 return _DenseToSparseBatchDataset(dataset, batch_size, row_shape)
451 def __init__(self, input_dataset, batch_size, row_shape): argument
460 self._row_shape = row_shape
468 row_shape=convert.partial_shape_to_tensor(self._row_shape),
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_ExperimentalDenseToSparseBatchDataset.pbtxt18 name: "row_shape"
/external/tensorflow/tensorflow/contrib/factorization/python/ops/
Dfactorization_ops.py882 row_shape = [
888 row_shape = [
898 new_sp_shape = (array_ops.concat([row_shape, col_shape], 0)
900 array_ops.concat([col_shape, row_shape], 0))
/external/tensorflow/tensorflow/core/util/
Dexample_proto_fast_parsing.cc2198 TensorShape dense_shape, row_shape; in FastParseSequenceExample() local
2202 if (!c.shape.AsTensorShape(&row_shape) || in FastParseSequenceExample()
2204 (expected_max_elements / row_shape.num_elements()) * in FastParseSequenceExample()
2205 row_shape.num_elements()) { in FastParseSequenceExample()
2209 int64 expected_max_rows = expected_max_elements / row_shape.num_elements(); in FastParseSequenceExample()
2285 if (num_added != row_shape.num_elements()) { in FastParseSequenceExample()
/external/tensorflow/tensorflow/tools/api/golden/v2/
Dtensorflow.data.experimental.pbtxt109 argspec: "args=[\'batch_size\', \'row_shape\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.raw_ops.pbtxt1061 …argspec: "args=[\'input_dataset\', \'batch_size\', \'row_shape\', \'output_types\', \'output_shape…
/external/tensorflow/tensorflow/tools/api/golden/v1/
Dtensorflow.data.experimental.pbtxt109 argspec: "args=[\'batch_size\', \'row_shape\'], varargs=None, keywords=None, defaults=None"
Dtensorflow.raw_ops.pbtxt1061 …argspec: "args=[\'input_dataset\', \'batch_size\', \'row_shape\', \'output_types\', \'output_shape…
/external/tensorflow/tensorflow/lite/kernels/internal/optimized/
Doptimized_ops.h2095 const RuntimeShape row_shape({1, batches, output_height, output_width}); in DilatedIm2col()
2100 {1, 1, row_shape.FlatSize(), col_shape.FlatSize()}); in DilatedIm2col()
2108 int row_offset = Offset(row_shape, 0, batch, out_y, out_x); in DilatedIm2col()
6275 const RuntimeShape row_shape({1, batches, output_height, output_width}); in TransposeIm2col()
6280 {1, 1, row_shape.FlatSize(), col_shape.FlatSize()}); in TransposeIm2col()
6308 int row_offset = Offset(row_shape, 0, batch, out_y, out_x); in TransposeIm2col()
/external/tensorflow/tensorflow/contrib/lite/kernels/internal/optimized/
Doptimized_ops.h1972 const RuntimeShape row_shape({1, batches, output_height, output_width}); in DilatedIm2col()
1977 {1, 1, row_shape.FlatSize(), col_shape.FlatSize()}); in DilatedIm2col()
1985 int row_offset = Offset(row_shape, 0, batch, out_y, out_x); in DilatedIm2col()
6444 const RuntimeShape row_shape({1, batches, output_height, output_width}); in TransposeIm2col()
6449 {1, 1, row_shape.FlatSize(), col_shape.FlatSize()}); in TransposeIm2col()
6477 int row_offset = Offset(row_shape, 0, batch, out_y, out_x); in TransposeIm2col()
/external/tensorflow/tensorflow/go/op/
Dwrappers.go29771 …tchDataset(scope *Scope, input_dataset tf.Output, batch_size tf.Output, row_shape tf.Output, outpu…
29779 input_dataset, batch_size, row_shape,
/external/tensorflow/tensorflow/core/ops/compat/
Dops_history.v2.pbtxt23240 name: "row_shape"
23272 name: "row_shape"
Dops_history.v1.pbtxt23611 name: "row_shape"
23643 name: "row_shape"
/external/tensorflow/tensorflow/core/ops/
Dops.pbtxt11157 name: "row_shape"