Searched refs:bp_int (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/compiler/tf2xla/kernels/ |
D | pooling_ops.cc | 589 auto bp_int = xla::BitcastConvertType(out_backprop, xla::U32); in Compile() local 590 auto bp_hi = xla::ShiftRightLogical(bp_int, sixteen); in Compile() 592 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 | 874 bp_int(char *p, PyObject *v, const formatdef *f) in bp_int() function 999 {'h', 2, 0, bu_int, bp_int}, 1001 {'i', 4, 0, bu_int, bp_int}, 1003 {'l', 4, 0, bu_int, bp_int},
|