Home
last modified time | relevance | path

Searched refs:fixed_length (Results 1 – 25 of 51) sorted by relevance

123

/external/tensorflow/tensorflow/core/kernels/
Ddecode_padded_raw_op.cc44 int fixed_length; in Compute() local
49 fixed_length = length_input.scalar<int32>()(); in Compute()
52 context, fixed_length % sizeof(T) == 0, in Compute()
54 "fixed_length (", fixed_length, in Compute()
57 OP_REQUIRES(context, fixed_length > 0, in Compute()
58 errors::InvalidArgument("fixed_length (", fixed_length, in Compute()
61 int width = fixed_length / sizeof(T); in Compute()
79 memset(out_data, 0, fixed_length * flat_in.size()); in Compute()
88 if (flat_in(i).size() > fixed_length) { in Compute()
89 memcpy(out_data, in_data, fixed_length); in Compute()
[all …]
/external/apache-commons-bcel/src/main/java/org/apache/bcel/generic/
DSelect.java60 … protected int fixed_length; // fixed length defined by subclasses TODO could be package-protected? field in Select
129 super.setLength((short) (fixed_length + padding)); // Update length in updatePosition()
310 return fixed_length; in getFixed_length()
318 final void setFixed_length(final int fixed_length) { in setFixed_length() argument
319 this.fixed_length = fixed_length; in setFixed_length()
/external/llvm-project/lldb/tools/debugserver/source/
DDNBDataRef.cpp151 uint32_t fixed_length) const { in GetCStr()
157 if (fixed_length) in GetCStr()
158 *offset_ptr += fixed_length; in GetCStr()
/external/nanopb-c/tests/alltypes/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/field_size_32/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/field_size_16/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/alltypes_proto3/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/without_64bit/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/io_errors/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/fuzztest/
Dalltypes_static.options4 *.*fbytes fixed_length:true max_size:4
Dalltypes_pointer.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/field_size_16_proto3/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/io_errors_pointers/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/alltypes_pointer/
Dalltypes.options3 *.*fbytes fixed_length:true max_size:4
/external/tensorflow/tensorflow/python/ops/
Dparsing_ops.py849 fixed_length=None, argument
875 if fixed_length is not None:
878 fixed_length=fixed_length,
/external/nanopb-c/tests/alltypes_callback/
Dalltypes.options7 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/alltypes_proto3_callback/
Dalltypes.options7 *.*fbytes fixed_length:true max_size:4
/external/nanopb-c/tests/regression/issue_322/
Ddefaults.proto5 …bytes b1 = 1 [default = "\xDE\xAD\x00\xBE\xEF", (nanopb).max_size = 5, (nanopb).fixed_length=true];
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v1/
DDecodePaddedRaw.pbtxt8 name: "fixed_length"
/external/tensorflow/tensorflow/core/ops/compat/ops_history_v2/
DDecodePaddedRaw.pbtxt8 name: "fixed_length"
/external/libevent/
Devent_rpcgen.py1484 fixed_length = ""
1507 fixed_length = res.group("fixed_length")
1532 if fixed_length:
1533 newentry = factory.EntryBytes(entry_type, name, tag, fixed_length)
1536 elif entry_type == "int" and not fixed_length:
1538 elif entry_type == "int64" and not fixed_length:
1540 elif entry_type == "string" and not fixed_length:
1805 def EntryBytes(entry_type, name, tag, fixed_length): argument
1806 return EntryBytes(entry_type, name, tag, fixed_length)
/external/nanopb-c/generator/proto/
Dnanopb.proto19 FT_INLINE = 5; // Legacy option, use the separate 'fixed_length' option instead
82 optional bool fixed_length = 15 [default = false]; field
/external/flatbuffers/src/
Didl_gen_json_schema.cpp173 NumToString(property->value.type.fixed_length) + in generate()
175 NumToString(property->value.type.fixed_length); in generate()
/external/tensorflow/tensorflow/core/ops/
Dparsing_ops.cc121 DimensionHandle fixed_length; in __anonf8f6e66e0302() local
122 TF_RETURN_IF_ERROR(c->MakeDimForScalarInput(1, &fixed_length)); in __anonf8f6e66e0302()
130 TF_RETURN_IF_ERROR(c->Divide(fixed_length, data_type_size, true, &width)); in __anonf8f6e66e0302()
/external/tensorflow/tensorflow/core/api_def/base_api/
Dapi_def_DecodePaddedRaw.pbtxt8 name: "fixed_length"

123