Home
last modified time | relevance | path

Searched refs:field_types (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/python/kernel_tests/proto/
Ddecode_proto_op_test_base.py302 field_types = [dtypes.int32]
312 output_types=field_types,
326 field_types = {
365 output_types=[field_types[f] for f in comb],
/external/e2fsprogs/ext2ed/
Dgeneral_com.c399 switch (current_type->field_types [i]) { in set()
412 current_type->field_types [i]); in set()
670 switch (current_type->field_types[i]) { in show()
Dext2ed.h92 unsigned char field_types [MAX_FIELDS]; member
Dinit.c258 ptr->field_types [ptr->fields_num] = field_type; in add_new_variable()
/external/crosvm/bit_field/bit_field_derive/
Dbit_field_derive.rs424 let mut field_types = Vec::new(); in get_struct_def() localVariable
426 field_types.push(spec.ty); in get_struct_def()
433 <#field_types as ::bit_field::BitFieldSpecifier>::FIELD_WIDTH as usize in get_struct_def()
/external/flatbuffers/src/
Didl_gen_python.cpp753 auto &field_types = *field_types_ptr; in GenUnionInit() local
754 field_types = "Union["; in GenUnionInit()
776 field_types += field_type + separator_string; in GenUnionInit()
780 field_types.erase(field_types.length() - separator_string.size()); in GenUnionInit()
781 field_types += "]"; in GenUnionInit()