Home
last modified time | relevance | path

Searched refs:unk1 (Results 1 – 3 of 3) sorted by relevance

/external/tensorflow/tensorflow/python/framework/
Dtensor_shape_test.py388 unk1 = tensor_shape.unknown_shape()
389 self.assertTrue(unk0 == unk1)
390 self.assertTrue(unk1 == unk0)
392 unk0 != unk1 # pylint: disable=pointless-statement
394 unk1 != unk0 # pylint: disable=pointless-statement
/external/clang/test/Modules/
Dcxx-templates.cpp200 …cls<void>::nested_cls unk1; // expected-error 1+{{explicit specialization of 'nested_cls' must be … in test() local
/external/libmtp/src/
Dptp-pack.c943 unsigned int unk1, unk2; in ptp_unpack_Sony_DPD()
952 unk1 = dtoh8a(&data[PTP_dpd_Sony_GetSet]); in ptp_unpack_Sony_DPD()
954 …rop 0x%04x, datatype 0x%04x, unk1 %d unk2 %d", dpd->DevicePropertyCode, dpd->DataType, unk1, unk2); in ptp_unpack_Sony_DPD()