Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Deigen_volume_patch.h478 array<Index, NumDims - 1> inputCoords; in coeff() local
523 inputCoords[0] = coords[0]; // depth in coeff()
524 inputCoords[1] = origInputPlane; in coeff()
525 inputCoords[2] = origInputRow; in coeff()
526 inputCoords[3] = origInputCol; in coeff()
527 inputCoords[4] = coords[5]; // batch in coeff()
529 inputCoords[4] = coords[5]; // depth in coeff()
530 inputCoords[3] = origInputPlane; in coeff()
531 inputCoords[2] = origInputRow; in coeff()
532 inputCoords[1] = origInputCol; in coeff()
[all …]