Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/lite/toco/graph_transformations/
Dresolve_batch_normalization.cc41 const auto& offset_array = model->GetArray(bn_op->inputs[3]); in Run() local
53 CHECK(offset_array.data_type == ArrayDataType::kFloat); in Run()
58 if (!mean_array.buffer || !multiplier_array.buffer || !offset_array.buffer) { in Run()
95 const auto& offset_shape = offset_array.shape(); in Run()
125 offset_array.GetBuffer<ArrayDataType::kFloat>().data; in Run()
/external/sfntly/cpp/src/sfntly/table/bitmap/
Dindex_sub_table_format3.cc94 IntegerList* offset_array = GetOffsetArray(); in GlyphLength() local
95 return offset_array->at(loca + 1) - offset_array->at(loca); in GlyphLength()
111 const IntegerList& offset_array) { in SetOffsetArray() argument
113 offset_array_ = offset_array; in SetOffsetArray()
Dindex_sub_table_format1.cc85 IntegerList* offset_array = GetOffsetArray(); in GlyphLength() local
86 return offset_array->at(loca + 1) - offset_array->at(loca); in GlyphLength()
209 const IntegerList& offset_array) { in SetOffsetArray() argument
211 offset_array_ = offset_array; in SetOffsetArray()
Dindex_sub_table_format4.cc370 std::vector<CodeOffsetPairBuilder>* offset_array = in Next() local
372 int32_t offset = offset_array->at(code_offset_pair_index_).offset(); in Next()
373 int32_t next_offset = offset_array->at(code_offset_pair_index_ + 1).offset(); in Next()
374 int32_t glyph_code = offset_array->at(code_offset_pair_index_).glyph_code(); in Next()
Dindex_sub_table_format1.h57 void SetOffsetArray(const IntegerList& offset_array);
Dindex_sub_table_format3.h55 void SetOffsetArray(const IntegerList& offset_array);