Searched defs:Norm (Results 1 – 7 of 7) sorted by relevance
/third_party/icu/icu4c/source/tools/gennorm2/ |
D | norms.h | 58 struct Norm { struct 59 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY }; 61 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping() 64 void setMappingCP() { in setMappingCP() 73 const CompositionPair *getCompositionPairs(int32_t &length) const { in getCompositionPairs() 84 UnicodeString *mapping; 85 UnicodeString *rawMapping; // non-nullptr if the mapping is further decomposed 86 UChar32 mappingCP; // >=0 if mapping to 1 code point 87 int32_t mappingPhase; 88 MappingType mappingType; [all …]
|
/third_party/skia/third_party/externals/icu/source/tools/gennorm2/ |
D | norms.h | 58 struct Norm { struct 59 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY }; 61 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping() 64 void setMappingCP() { in setMappingCP() 73 const CompositionPair *getCompositionPairs(int32_t &length) const { in getCompositionPairs() 84 UnicodeString *mapping; 85 UnicodeString *rawMapping; // non-nullptr if the mapping is further decomposed 86 UChar32 mappingCP; // >=0 if mapping to 1 code point 87 int32_t mappingPhase; 88 MappingType mappingType; [all …]
|
/third_party/flutter/skia/third_party/externals/icu/source/tools/gennorm2/ |
D | norms.h | 58 struct Norm { struct 59 enum MappingType { NONE, REMOVED, ROUND_TRIP, ONE_WAY }; 61 UBool hasMapping() const { return mappingType>REMOVED; } in hasMapping() 64 void setMappingCP() { in setMappingCP() 73 const CompositionPair *getCompositionPairs(int32_t &length) const { in getCompositionPairs() 84 UnicodeString *mapping; 85 UnicodeString *rawMapping; // non-nullptr if the mapping is further decomposed 86 UChar32 mappingCP; // >=0 if mapping to 1 code point 87 int32_t mappingPhase; 88 MappingType mappingType; [all …]
|
/third_party/mindspore/tests/ut/python/numpy_native/ |
D | test_numpy_ops.py | 46 class Norm(Cell): class
|
/third_party/mindspore/mindspore/nn/layer/ |
D | basic.py | 456 class Norm(Cell): class
|
/third_party/mindspore/mindspore/ccsrc/minddata/dataset/audio/kernels/ |
D | audio_utils.cc | 421 Status Norm(const std::shared_ptr<Tensor> &input, std::shared_ptr<Tensor> *output, float power) { in Norm() function
|
/third_party/mindspore/third_party/proto/caffe/ |
D | caffe.proto | 796 enum Norm { enum
|