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

Class add

tensorflow/core/kernels/cwise_ops.h:938–940  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

936
937template <typename T>
938struct add : base<T, Eigen::internal::scalar_sum_op<T>> {
939 static const bool use_bcast_optimization = true;
940};
941
942template <typename T>
943struct sub : base<T, Eigen::internal::scalar_difference_op<T>> {

Callers 12

CreateResourceOpInfoMapFunction · 0.50
HandleBatchGroupCountMethod · 0.50
HandleConvolutionMethod · 0.50
HandleSoftmaxMethod · 0.50
HandleBatchNormGradMethod · 0.50
PadConvFunction · 0.50
runMethod · 0.50
addMethod · 0.50

Calls

no outgoing calls

Tested by

no test coverage detected