Home
last modified time | relevance | path

Searched defs:dense_shape (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dsparse_tensor.py106 def __init__(self, indices, values, dense_shape): argument
181 def dense_shape(self): member in SparseTensor
Dops.py1358 def __init__(self, values, indices, dense_shape=None): argument
1376 def dense_shape(self): member in IndexedSlices
/external/tensorflow/tensorflow/core/kernels/data/
Dsparse_tensor_slice_dataset_op.cc65 std::vector<int64> dense_shape; in AsGraphDefInternal() local
222 const Tensor* dense_shape; in MakeDataset() local
Ddense_to_sparse_batch_dataset_op.cc158 Tensor dense_shape(ctx->allocator({}), DT_INT64, {row_ndims + 1}); in GetNextInternal() local
/external/tensorflow/tensorflow/core/util/
Dexample_proto_helper.h181 TensorShape dense_shape; in Init() local
247 TensorShape dense_shape; in Init() local
/external/tensorflow/tensorflow/contrib/lite/kernels/
Dembedding_lookup_sparse.cc144 TfLiteTensor* dense_shape = GetInput(context, node, 2); in Eval() local
/external/tensorflow/tensorflow/core/kernels/
Dsparse_fill_empty_rows_op.cc73 const auto dense_shape = dense_shape_t->vec<int64>(); in Compute() local
/external/tensorflow/tensorflow/python/kernel_tests/
Dsparse_ops_test.py589 dense_shape = np.array([2, 3]).astype(np.int64) variable in SparseReduceTest
/external/tensorflow/tensorflow/contrib/boosted_trees/kernels/
Dquantile_ops.cc418 const auto dense_shape = in Compute() local