Home
last modified time | relevance | path

Searched refs:dense_size (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/
Dreshape_util.cc53 const int64 dense_size = input_shape.num_elements(); in Reshape() local
86 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()
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/
Ddata_spec.h101 int dense_size() const { return dense_.size(); } in dense_size() function
/external/tensorflow/tensorflow/contrib/tensor_forest/kernels/v4/
Dinput_data.h47 for (int i = 0; i < input_spec_.dense_size(); ++i) { in TensorDataSet()