Searched refs:groupsCount (Results 1 – 6 of 6) sorted by relevance
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | compute_task.cc | 220 MTLSize groupsCount, groupsSize; in Encode() local 221 groupsCount.width = operation_->work_groups_count_.x; in Encode() 222 groupsCount.height = operation_->work_groups_count_.y; in Encode() 223 groupsCount.depth = operation_->work_groups_count_.z; in Encode() 227 [encoder dispatchThreadgroups:groupsCount threadsPerThreadgroup:groupsSize]; in Encode()
|
/external/catch2/include/internal/ |
D | catch_run_context.h | 44 … testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount ); 45 …d::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount );
|
D | catch_run_context.cpp | 88 …::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount) { in testGroupStarting() argument 89 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting() 92 …d::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) { in testGroupEnded() argument 93 …m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded()
|
/external/bcc/tests/cc/ |
D | catch.hpp | 5881 …testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount ) { in testGroupStarting() argument 5882 m_reporter->testGroupStarting( GroupInfo( testSpec, groupIndex, groupsCount ) ); in testGroupStarting() 5884 …::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount ) { in testGroupEnded() argument 5885 …rter->testGroupEnded( TestGroupStats( GroupInfo( testSpec, groupIndex, groupsCount ), totals, abor… in testGroupEnded()
|
/external/catch2/single_include/catch2/ |
D | catch.hpp | 8029 … testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount ); 8030 …d::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount ); 12529 …::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount) { in testGroupStarting() argument 12530 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting() 12533 …d::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) { in testGroupEnded() argument 12534 …m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded()
|
/external/libabigail/tests/lib/ |
D | catch.hpp | 8084 … testGroupStarting( std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount ); 8085 …d::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount ); 12672 …::testGroupStarting(std::string const& testSpec, std::size_t groupIndex, std::size_t groupsCount) { in testGroupStarting() argument 12673 m_reporter->testGroupStarting(GroupInfo(testSpec, groupIndex, groupsCount)); in testGroupStarting() 12676 …d::string const& testSpec, Totals const& totals, std::size_t groupIndex, std::size_t groupsCount) { in testGroupEnded() argument 12677 …m_reporter->testGroupEnded(TestGroupStats(GroupInfo(testSpec, groupIndex, groupsCount), totals, ab… in testGroupEnded()
|