Searched refs:_cat (Results 1 – 4 of 4) sorted by relevance
/external/swiftshader/third_party/LLVM/include/llvm/Support/ |
D | system_error.h | 683 error_condition(int _val, const error_category& _cat) 684 : _val_(_val), _cat_(&_cat) {} 692 void assign(int _val, const error_category& _cat) { 694 _cat_ = &_cat; 741 error_code(int _val, const error_category& _cat) 742 : _val_(_val), _cat_(&_cat) {} 751 void assign(int _val, const error_category& _cat) { 753 _cat_ = &_cat;
|
/external/tensorflow/tensorflow/contrib/distributions/python/ops/ |
D | mixture.py | 192 self._cat = cat 204 graph_parents = self._cat._graph_parents # pylint: disable=protected-access 219 return self._cat 230 return self._cat.batch_shape_tensor() 335 mask, self, self._cat,
|
/external/u-boot/include/ |
D | log.h | 96 #define log(_cat, _level, _fmt, _args...) ({ \ argument 99 _log((enum log_category_t)(_cat), _l, __FILE__, __LINE__, \
|
/external/swiftshader/third_party/llvm-7.0/llvm/test/CodeGen/AArch64/ |
D | machine-outliner.ll | 44 ; CHECK-LABEL: _cat:
|