/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | remove_trivial_passthrough.cc | 46 Array& to_array = model->GetOrCreateArray(to); in Reroute() local 48 if (from_array.minmax && !to_array.minmax) { in Reroute() 49 to_array.GetOrCreateMinMax() = from_array.GetMinMax(); in Reroute() 52 to_array.narrow_range = from_array.narrow_range; in Reroute() 57 to_array.final_data_type == ArrayDataType::kNone) { in Reroute() 58 to_array.final_data_type = from_array.final_data_type; in Reroute()
|
/external/protobuf/src/google/protobuf/compiler/cpp/ |
D | cpp_map_field.cc | 234 bool string_value, bool to_array, in GenerateSerializationLoop() argument 250 if (to_array) { in GenerateSerializationLoop() 283 bool to_array) const { in GenerateSerializeWithCachedSizes() 348 to_array ? "false" : "output->IsSerializationDeterministic()"); in GenerateSerializeWithCachedSizes() 350 GenerateSerializationLoop(format, string_key, string_value, to_array, true); in GenerateSerializeWithCachedSizes() 354 GenerateSerializationLoop(format, string_key, string_value, to_array, false); in GenerateSerializeWithCachedSizes()
|
D | cpp_message.h | 145 bool to_array); 164 bool to_array);
|
D | cpp_map_field.h | 66 bool to_array) const;
|
D | cpp_message.cc | 3678 bool to_array) { in GenerateSerializeOneofFields() argument 3682 GenerateSerializeOneField(printer, fields[0], to_array, -1); in GenerateSerializeOneofFields() 3692 if (to_array) { in GenerateSerializeOneofFields() 3710 bool to_array, in GenerateSerializeOneField() argument 3738 if (to_array) { in GenerateSerializeOneField() 3754 bool to_array) { in GenerateSerializeOneExtensionRange() argument 3760 if (to_array) { in GenerateSerializeOneExtensionRange() 3848 io::Printer* printer, bool to_array) { in GenerateSerializeWithCachedSizesBody() argument 3858 bool to_array) in GenerateSerializeWithCachedSizesBody() argument 3861 to_array_(to_array), in GenerateSerializeWithCachedSizesBody() [all …]
|
/external/v8/src/builtins/ |
D | growable-fixed-array-gen.cc | 93 TNode<FixedArray> to_array = CAST(ExtractFixedArray( in ResizeFixedArray() local 98 return to_array; in ResizeFixedArray()
|
/external/protobuf/php/ext/google/protobuf/ |
D | storage.c | 1103 RepeatedField* to_array = UNBOX(RepeatedField, to_array_php); in layout_merge() local 1114 if (to_array->type == UPB_TYPE_MESSAGE) { in layout_merge() 1127 repeated_field_push_native(to_array, to_memory); in layout_merge()
|
/external/v8/src/codegen/ |
D | code-stub-assembler.h | 1924 TNode<PropertyArray> to_array, 1934 TNode<FixedArrayBase> to_array, TNode<TIndex> length, 1936 CopyFixedArrayElements(kind, from_array, kind, to_array, 1947 ElementsKind to_kind, TNode<FixedArrayBase> to_array, 1950 CopyFixedArrayElements(from_kind, from_array, to_kind, to_array, 1966 ElementsKind to_kind, TNode<FixedArrayBase> to_array,
|
D | code-stub-assembler.cc | 4611 ElementsKind to_kind, TNode<FixedArrayBase> to_array, in CopyFixedArrayElements() argument 4618 CSA_SLOW_ASSERT(this, IsFixedArrayWithKindOrEmpty(to_array, to_kind)); in CopyFixedArrayElements() 4654 FillFixedArrayWithValue(to_kind, to_array, IntPtrOrSmiConstant<TIndex>(0), in CopyFixedArrayElements() 4656 FillFixedArrayWithValue(to_kind, to_array, element_count, capacity, in CopyFixedArrayElements() 4661 FillFixedArrayWithValue(to_kind, to_array, IntPtrOrSmiConstant<TIndex>(0), in CopyFixedArrayElements() 4664 FillFixedArrayWithValue(to_kind, to_array, element_count, capacity, in CopyFixedArrayElements() 4691 ? IntPtrSub(BitcastTaggedToWord(to_array), first_from_element_offset) in CopyFixedArrayElements() 4692 : ReinterpretCast<IntPtrT>(to_array); in CopyFixedArrayElements() 4734 CHECK_EQ(to_array, to_array_adjusted); in CopyFixedArrayElements() 4796 TNode<PropertyArray> to_array, in CopyPropertyArrayValues() argument [all …]
|