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

Method AsInt32s

tensorflow/compiler/tests/randomized_tests.cc:699–701  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

697}
698
699std::vector<int32> OpTest::AsInt32s(const std::vector<int64>& int64s) {
700 return std::vector<int32>(int64s.begin(), int64s.end());
701}
702
703// Functions for comparing tensors.
704

Callers

nothing calls this directly

Calls 2

beginMethod · 0.45
endMethod · 0.45

Tested by

no test coverage detected