Home
last modified time | relevance | path

Searched refs:to_array (Results 1 – 6 of 6) 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/v8/src/builtins/
Dgrowable-fixed-array-gen.cc93 TNode<FixedArray> to_array = CAST(ExtractFixedArray( in ResizeFixedArray() local
96 return to_array; in ResizeFixedArray()
/external/protobuf/src/google/protobuf/compiler/cpp/
Dcpp_message.cc3232 io::Printer* printer, const FieldDescriptor* field, bool to_array) { in GenerateSerializeOneField() argument
3246 if (to_array) { in GenerateSerializeOneField()
3262 bool to_array) { in GenerateSerializeOneExtensionRange() argument
3268 if (to_array) { in GenerateSerializeOneExtensionRange()
3362 GenerateSerializeWithCachedSizesBody(io::Printer* printer, bool to_array) { in GenerateSerializeWithCachedSizesBody() argument
3381 to_array); in GenerateSerializeWithCachedSizesBody()
3383 GenerateSerializeOneField(printer, ordered_fields[i++], to_array); in GenerateSerializeWithCachedSizesBody()
3385 GenerateSerializeOneField(printer, ordered_fields[i++], to_array); in GenerateSerializeWithCachedSizesBody()
3389 to_array); in GenerateSerializeWithCachedSizesBody()
3397 if (to_array) { in GenerateSerializeWithCachedSizesBody()
Dcpp_message.h157 bool to_array);
/external/v8/src/
Dcode-stub-assembler.h1462 Node* from_array, Node* to_array, Node* length,
1469 ElementsKind kind, Node* from_array, Node* to_array, Node* length,
1472 CopyFixedArrayElements(kind, from_array, kind, to_array,
1482 Node* to_array, Node* element_count, Node* capacity,
1485 CopyFixedArrayElements(from_kind, from_array, to_kind, to_array,
1495 Node* to_array, Node* first_element, Node* element_count, Node* capacity,
1501 ElementsKind to_kind, TNode<FixedArrayBase> to_array,
1504 CopyFixedArrayElements(from_kind, from_array, to_kind, to_array,
Dcode-stub-assembler.cc4281 Node* to_array, Node* first_element, Node* element_count, Node* capacity, in CopyFixedArrayElements() argument
4286 CSA_SLOW_ASSERT(this, IsFixedArrayWithKindOrEmpty(to_array, to_kind)); in CopyFixedArrayElements()
4314 FillFixedArrayWithValue(to_kind, to_array, IntPtrOrSmiConstant(0, mode), in CopyFixedArrayElements()
4317 FillFixedArrayWithValue(to_kind, to_array, element_count, capacity, in CopyFixedArrayElements()
4344 ? IntPtrSub(BitcastTaggedToWord(to_array), first_from_element_offset) in CopyFixedArrayElements()
4345 : to_array; in CopyFixedArrayElements()
4383 CHECK_EQ(to_array, to_array_adjusted); in CopyFixedArrayElements()
4439 Node* to_array, in CopyPropertyArrayValues() argument
4446 CSA_SLOW_ASSERT(this, IsPropertyArray(to_array)); in CopyPropertyArrayValues()
4454 [this, to_array, needs_write_barrier](Node* array, Node* offset) { in CopyPropertyArrayValues()
[all …]