Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/cc/framework/
Dgradient_checker.cc302 const DataType jacobian_type = DataTypeToEnum<JAC_T>::v(); in InitJacobians() local
316 Tensor jacobian_t(jacobian_type, {x_size, y_size}); in InitJacobians()