Home
last modified time | relevance | path

Searched defs:UniqueInt (Results 1 – 2 of 2) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/plugin/device/cpu/kernel/nnacl/fp32/
Dunique_fp32.c56 void UniqueInt(const int32_t *input, int input_len, int32_t *output0, int32_t *output0_len, int32_t… in UniqueInt() function
/third_party/googletest/googlemock/test/
Dgmock-actions_test.cc2059 std::unique_ptr<int> UniqueInt(int i) { return std::make_unique<int>(i); } in UniqueInt() function