Home
last modified time | relevance | path

Searched defs:CheckFormat (Results 1 – 4 of 4) sorted by relevance

/third_party/mindspore/mindspore-src/source/mindspore/core/ops/
Dbn_training_reduce.cc48 auto CheckFormat = [format](const mindspore::Format other) { return format == other; }; in BNTrainingReduceCheckFormat() local
Dbn_training_update.cc48 auto CheckFormat = [format](const mindspore::Format other) { return format == other; }; in BNTrainingUpdateCheckFormat() local
/third_party/mindspore/mindspore-src/source/mindspore/ccsrc/backend/common/graph_kernel/adapter/
Dgraph_kernel_cluster_cloud.cc41 bool CheckFormat(const AnfNodePtr &node) { in CheckFormat() function
/third_party/mesa3d/src/gallium/frontends/nine/
Dadapter9.c283 D3DFORMAT CheckFormat ) in NineAdapter9_CheckDeviceFormat()