Home
last modified time | relevance | path

Searched refs:dense_shape_t (Results 1 – 2 of 2) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dsparse_fill_empty_rows_op.cc45 const Tensor* dense_shape_t; in Compute() local
49 OP_REQUIRES_OK(context, context->input("dense_shape", &dense_shape_t)); in Compute()
54 OP_REQUIRES(context, TensorShapeUtils::IsVector(dense_shape_t->shape()), in Compute()
56 dense_shape_t->shape().DebugString())); in Compute()
73 const auto dense_shape = dense_shape_t->vec<int64>(); in Compute()
/external/tensorflow/tensorflow/python/ops/
Dsparse_ops_test.py74 dense_shape_t = constant_op.constant(dense_shape, dtype=dtypes.int64)
78 indices=indices_t, values=values_t, dense_shape=dense_shape_t)