/external/tensorflow/tensorflow/lite/toco/ |
D | allocate_transient_arrays.cc | 47 bool StartsAt(const ArrayLifespan& lifespan, std::size_t op_index) { in StartsAt() 51 bool EndsAt(const ArrayLifespan& lifespan, std::size_t op_index) { in EndsAt() 58 const string& array_name, std::size_t op_index, in UpdateArrayLifespan() 84 for (std::size_t op_index = 0; op_index < model.operators.size(); in ComputeArrayLifespans() local 269 for (std::size_t op_index = 0; op_index < model->operators.size(); in AllocateTransientArrays() local
|
/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
D | remove_tensorflow_identity.cc | 29 std::size_t op_index, in Run()
|
D | remove_trivial_concatenation.cc | 29 std::size_t op_index, in Run()
|
D | resolve_squeeze_attributes.cc | 29 std::size_t op_index, in Run()
|
D | drop_im2col_arrays.cc | 22 ::tensorflow::Status DropIm2colArrays::Run(Model* model, std::size_t op_index, in Run()
|
D | resolve_reshape_attributes.cc | 29 std::size_t op_index, in Run()
|
D | fuse_activation_functions.cc | 29 std::size_t op_index, in Run()
|
D | convert_trivial_addn_to_add.cc | 24 std::size_t op_index, in Run()
|
D | resolve_tensorflow_merge.cc | 28 std::size_t op_index, in Run()
|
D | remove_final_dequantize_op.cc | 29 std::size_t op_index, in Run()
|
D | resolve_gather_attributes.cc | 28 std::size_t op_index, in Run()
|
D | drop_fake_quant.cc | 28 ::tensorflow::Status DropFakeQuant::Run(Model* model, std::size_t op_index, in Run()
|
D | resolve_reduce_attributes.cc | 48 std::size_t op_index, in Run()
|
D | resolve_constant_shape_or_rank.cc | 23 std::size_t op_index, in Run()
|
D | remove_tensorflow_assert.cc | 27 std::size_t op_index, in Run()
|
D | resolve_slice_attributes.cc | 28 std::size_t op_index, in Run()
|
D | resolve_transpose_attributes.cc | 28 std::size_t op_index, in Run()
|
D | resolve_constant_reshape.cc | 26 std::size_t op_index, in Run()
|
D | unfuse_activation_functions.cc | 29 std::size_t op_index, in Run()
|
D | convert_squeeze_to_reshape.cc | 34 std::size_t op_index, in Run()
|
D | group_bidirectional_sequence_ops.cc | 409 ::tensorflow::Status GroupDynamicSequenceOps(Model* model, std::size_t op_index, in GroupDynamicSequenceOps() 489 std::size_t op_index, in Run() 567 std::size_t op_index, in Run() 643 Model* model, std::size_t op_index, bool* modified) { in Run() 649 Model* model, std::size_t op_index, bool* modified) { in Run()
|
D | resolve_padv2_attributes.cc | 28 std::size_t op_index, in Run()
|
D | resolve_pad_attributes.cc | 28 std::size_t op_index, in Run()
|
D | resolve_fake_quant_args_from_vars.cc | 29 std::size_t op_index, in Run()
|
D | resolve_constant_select.cc | 31 std::size_t op_index, in Run()
|