MCPcopy Create free account
hub / github.com/DeepRec-AI/DeepRec / eval

Method eval

tensorflow/core/kernels/data_format_ops.h:87–92  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

85 }
86 template <typename Output, typename Device>
87 void eval(typename TTypes<T>::ConstFlat input, Output& output,
88 const Device& d) const {
89 for (int i = 0; i < input.size(); ++i) {
90 output.template chip<0>(dst_[i]).device(d) = input.template chip<0>(i);
91 }
92 }
93
94 private:
95 Eigen::DSizes<Eigen::DenseIndex, 8> dst_;

Callers 15

testEnqueueWithShapeMethod · 0.45
testParallelEnqueueMethod · 0.45
testQueueSizeEmptyMethod · 0.45
CheckUnitaryMethod · 0.45
testDeterminismMethod · 0.45
_VerifyValuesMethod · 0.45
testMatrixBandPartMethod · 0.45
_GetValMethod · 0.45
_reduce_windowMethod · 0.45

Calls 2

sizeMethod · 0.45
deviceMethod · 0.45

Tested by 15

testEnqueueWithShapeMethod · 0.36
testParallelEnqueueMethod · 0.36
testQueueSizeEmptyMethod · 0.36
CheckUnitaryMethod · 0.36
testDeterminismMethod · 0.36
_VerifyValuesMethod · 0.36
testMatrixBandPartMethod · 0.36
_GetValMethod · 0.36
_reduce_windowMethod · 0.36