/aosp_15_r20/external/tensorflow/tensorflow/python/saved_model/ |
H A D | nested_structure_coder.py | 104 def can_encode(nested_structure): function 139 def can_encode(self, pyobj): member in _ListCodec 179 def can_encode(self, pyobj): member in _TupleCodec 199 def can_encode(self, pyobj): member in _DictCodec 223 def can_encode(self, pyobj): member in _NamedTupleCodec 251 def can_encode(self, pyobj): member in _Float64Codec 271 def can_encode(self, pyobj): member in _Int64Codec 295 def can_encode(self, pyobj): member in _StringCodec 315 def can_encode(self, pyobj): member in _NoneCodec 335 def can_encode(self, pyobj): member in _BoolCodec [all …]
|
H A D | nested_structure_coder_test.py | 441 def can_encode(self, pyobj): member in NestedStructureCoderTest.testRegisterCustomCodec.MyObjectCodec
|
/aosp_15_r20/external/vixl/src/aarch32/ |
H A D | macro-assembler-aarch32.h | 563 bool can_encode = adr_info(cond, Best, rd, literal, &info); in Adr() local 586 bool can_encode = ldr_info(cond, Best, rt, literal, &info); in Ldr() local 607 bool can_encode = ldrb_info(cond, rt, literal, &info); in Ldrb() local 629 bool can_encode = ldrd_info(cond, rt, rt2, literal, &info); in Ldrd() local 652 bool can_encode = ldrh_info(cond, rt, literal, &info); in Ldrh() local 673 bool can_encode = ldrsb_info(cond, rt, literal, &info); in Ldrsb() local 694 bool can_encode = ldrsh_info(cond, rt, literal, &info); in Ldrsh() local 715 bool can_encode = vldr_info(cond, dt, rd, literal, &info); in Vldr() local 744 bool can_encode = vldr_info(cond, dt, rd, literal, &info); in Vldr() local 1308 bool can_encode = b_info(cond, size, label, &info); variable [all …]
|
/aosp_15_r20/external/vixl/test/aarch32/ |
H A D | test-assembler-aarch32.cc | 6548 bool can_encode; in TEST_T32() local 6686 bool can_encode; in TEST_A32() local
|