Home
last modified time | relevance | path

Searched refs:to_array (Results 1 – 9 of 9) sorted by relevance

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dremove_trivial_passthrough.cc46 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/
Dcpp_map_field.cc234 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()
Dcpp_message.h145 bool to_array);
164 bool to_array);
Dcpp_map_field.h66 bool to_array) const;
Dcpp_message.cc3678 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/
Dgrowable-fixed-array-gen.cc93 TNode<FixedArray> to_array = CAST(ExtractFixedArray( in ResizeFixedArray() local
98 return to_array; in ResizeFixedArray()
/external/protobuf/php/ext/google/protobuf/
Dstorage.c1103 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/
Dcode-stub-assembler.h1924 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,
Dcode-stub-assembler.cc4611 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 …]