Searched refs:dense_size (Results 1 – 3 of 3) sorted by relevance
53 const int64 dense_size = input_shape.num_elements(); in Reshape() local86 const int64 missing = dense_size / product; in Reshape()88 context, product * missing == dense_size, in Reshape()90 "Input to reshape is a SparseTensor with ", dense_size, in Reshape()97 context, output_shape.num_elements() == dense_size, in Reshape()98 errors::InvalidArgument("Input to reshape is a tensor with ", dense_size, in Reshape()
101 int dense_size() const { return dense_.size(); } in dense_size() function
47 for (int i = 0; i < input_spec_.dense_size(); ++i) { in TensorDataSet()