Home
last modified time | relevance | path

Searched defs:op_index (Results 1 – 25 of 107) sorted by relevance

12345

/external/tensorflow/tensorflow/lite/toco/
Dallocate_transient_arrays.cc47 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/
Dremove_tensorflow_identity.cc29 std::size_t op_index, in Run()
Dremove_trivial_concatenation.cc29 std::size_t op_index, in Run()
Dresolve_squeeze_attributes.cc29 std::size_t op_index, in Run()
Ddrop_im2col_arrays.cc22 ::tensorflow::Status DropIm2colArrays::Run(Model* model, std::size_t op_index, in Run()
Dresolve_reshape_attributes.cc29 std::size_t op_index, in Run()
Dfuse_activation_functions.cc29 std::size_t op_index, in Run()
Dconvert_trivial_addn_to_add.cc24 std::size_t op_index, in Run()
Dresolve_tensorflow_merge.cc28 std::size_t op_index, in Run()
Dremove_final_dequantize_op.cc29 std::size_t op_index, in Run()
Dresolve_gather_attributes.cc28 std::size_t op_index, in Run()
Ddrop_fake_quant.cc28 ::tensorflow::Status DropFakeQuant::Run(Model* model, std::size_t op_index, in Run()
Dresolve_reduce_attributes.cc48 std::size_t op_index, in Run()
Dresolve_constant_shape_or_rank.cc23 std::size_t op_index, in Run()
Dremove_tensorflow_assert.cc27 std::size_t op_index, in Run()
Dresolve_slice_attributes.cc28 std::size_t op_index, in Run()
Dresolve_transpose_attributes.cc28 std::size_t op_index, in Run()
Dresolve_constant_reshape.cc26 std::size_t op_index, in Run()
Dunfuse_activation_functions.cc29 std::size_t op_index, in Run()
Dconvert_squeeze_to_reshape.cc34 std::size_t op_index, in Run()
Dgroup_bidirectional_sequence_ops.cc409 ::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()
Dresolve_padv2_attributes.cc28 std::size_t op_index, in Run()
Dresolve_pad_attributes.cc28 std::size_t op_index, in Run()
Dresolve_fake_quant_args_from_vars.cc29 std::size_t op_index, in Run()
Dresolve_constant_select.cc31 std::size_t op_index, in Run()

12345