Searched refs:bp_int (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | pooling_ops.cc | 566 auto bp_int = xla::BitcastConvertType(out_backprop, xla::U32); in Compile() local 567 auto bp_hi = xla::ShiftRightLogical(bp_int, sixteen); in Compile() 569 xla::ShiftRightLogical(xla::ShiftLeft(bp_int, sixteen), sixteen); in Compile()
|
/external/python/cpython2/Modules/ |
D | _struct.c | 813 bp_int(char *p, PyObject *v, const formatdef *f) in bp_int() function 932 {'h', 2, 0, bu_int, bp_int}, 934 {'i', 4, 0, bu_int, bp_int}, 936 {'l', 4, 0, bu_int, bp_int},
|
/external/python/cpython3/Modules/ |
D | _struct.c | 863 bp_int(char *p, PyObject *v, const formatdef *f) in bp_int() function 988 {'h', 2, 0, bu_int, bp_int}, 990 {'i', 4, 0, bu_int, bp_int}, 992 {'l', 4, 0, bu_int, bp_int},
|