HomeSort by relevance Sort by last modified time
    Searched refs:type_val (Results 1 - 3 of 3) sorted by null

  /external/scapy/scapy/layers/
isakmp.py 109 type_val,enc_dict,tlv = ISAKMPTransformTypes.get(typ, (typ,{},0))
122 type_val |= 0x8000
123 return struct.pack("!HH",type_val, val)+s
  /external/flatbuffers/src/
idl_parser.cpp 783 Value type_val = type_field->value; local
784 ECHECK(ParseAnyValue(type_val, type_field, 0, nullptr));
785 constant = type_val.constant;
    [all...]
  /external/tensorflow/tensorflow/python/framework/
ops_test.py 426 type_val = op.get_attr("type_val")
427 # First check that type_val is a DType, because the assertEquals will work
429 self.assertIsInstance(type_val, dtypes.DType)
430 self.assertEqual(type_val, dtypes.int32)
    [all...]

Completed in 126 milliseconds