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

Class Split

tensorflow/core/kernels/split_lib.h:35–40  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

33
34template <typename Device, typename T, int NDims>
35struct Split {
36 void operator()(const Device& d, typename TTypes<T, NDims>::Tensor output,
37 typename TTypes<T, NDims>::ConstTensor input,
38 const Eigen::DSizes<Eigen::DenseIndex, NDims>& slice_indices,
39 const Eigen::DSizes<Eigen::DenseIndex, NDims>& slice_sizes);
40};
41
42template <typename T, int NDims>
43struct Split<Eigen::ThreadPoolDevice, T, NDims> {

Callers 15

ComputeMethod · 0.70
PlaceShapeTypeFunction · 0.70
FuseRemoteGraphFunction · 0.70
CopyOpMethod · 0.70
BaseDebugOpMethod · 0.70
LoadFromFileMethod · 0.70
ReadCSVFileToArrayOrDieFunction · 0.70
ComputeMethod · 0.70
ComputeMethod · 0.70
ComputeAsyncMethod · 0.70

Calls

no outgoing calls

Tested by 3

ReadCSVFileToArrayOrDieFunction · 0.56
DumpTop10ResultsFunction · 0.40