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

Function FloorDiv

tensorflow/lite/kernels/floor_div.cc:38–41  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

36
37template <typename T>
38T FloorDiv(T input1, T input2) {
39 return std::floor(std::divides<double>()(static_cast<double>(input1),
40 static_cast<double>(input2)));
41}
42
43void* Init(TfLiteContext* context, const char* buffer, size_t length) {
44 auto* data = new OpData;

Callers

nothing calls this directly

Calls 1

floorClass · 0.85

Tested by

no test coverage detected