/external/tensorflow/tensorflow/contrib/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 247 for (std::size_t op_index = 0; op_index < model->operators.size(); in AllocateTransientArrays() local
|
/external/tensorflow/tensorflow/contrib/lite/toco/graph_transformations/ |
D | remove_tensorflow_identity.cc | 28 bool RemoveTensorFlowIdentity::Run(Model* model, std::size_t op_index) { in Run()
|
D | resolve_squeeze_attributes.cc | 28 bool ResolveSqueezeAttributes::Run(Model* model, std::size_t op_index) { in Run()
|
D | remove_trivial_concatenation.cc | 28 bool RemoveTrivialConcatenation::Run(Model* model, std::size_t op_index) { in Run()
|
D | drop_im2col_arrays.cc | 22 bool DropIm2colArrays::Run(Model* model, std::size_t op_index) { in Run()
|
D | resolve_mean_attributes.cc | 27 bool ResolveMeanAttributes::Run(Model* model, std::size_t op_index) { in Run()
|
D | fuse_activation_functions.cc | 28 bool FuseActivationFunctions::Run(Model* model, std::size_t op_index) { in Run()
|
D | resolve_reshape_attributes.cc | 28 bool ResolveReshapeAttributes::Run(Model* model, std::size_t op_index) { in Run()
|
D | unfuse_activation_functions.cc | 28 bool UnfuseActivationFunctions::Run(Model* model, std::size_t op_index) { in Run()
|
D | convert_trivial_addn_to_add.cc | 23 bool ConvertTrivialAddNToAdd::Run(Model* model, std::size_t op_index) { in Run()
|
D | resolve_tensorflow_merge.cc | 27 bool ResolveTensorFlowMerge::Run(Model* model, std::size_t op_index) { in Run()
|
D | remove_final_dequantize_op.cc | 28 bool RemoveFinalDequantizeOp::Run(Model* model, std::size_t op_index) { in Run()
|
D | resolve_slice_attributes.cc | 27 bool ResolveSliceAttributes::Run(Model* model, std::size_t op_index) { in Run()
|
D | resolve_constant_shape_or_rank.cc | 22 bool ResolveConstantShapeOrRank::Run(Model* model, std::size_t op_index) { in Run()
|
D | drop_fake_quant.cc | 28 bool DropFakeQuant::Run(Model* model, std::size_t op_index) { in Run()
|
D | remove_tensorflow_assert.cc | 26 bool RemoveTensorFlowAssert::Run(Model* model, std::size_t op_index) { in Run()
|
D | resolve_strided_slice_attributes.cc | 22 bool ResolveStridedSliceAttributes::Run(Model* model, std::size_t op_index) { in Run()
|
D | resolve_transpose_attributes.cc | 27 bool ResolveTransposeAttributes::Run(Model* model, std::size_t op_index) { in Run()
|
D | resolve_pad_attributes.cc | 27 bool ResolvePadAttributes::Run(Model* model, std::size_t op_index) { in Run()
|
D | create_im2col_arrays.cc | 28 bool CreateIm2colArrays::Run(Model* model, std::size_t op_index) { in Run()
|
D | ensure_bias_vectors.cc | 44 bool EnsureBiasVectors::Run(Model* model, std::size_t op_index) { in Run()
|
D | remove_trivial_quantized_activation_func.cc | 29 std::size_t op_index) { in Run()
|
D | remove_trivial_concatenation_input.cc | 28 bool RemoveTrivialConcatenationInput::Run(Model* model, std::size_t op_index) { in Run()
|
D | convert_trivial_stack_to_reshape.cc | 28 bool ConvertTrivialStackToReshape::Run(Model* model, std::size_t op_index) { in Run()
|
D | identify_lstm_split_inputs.cc | 28 bool SplitLstmCellInputs::Run(Model* model, std::size_t op_index) { in Run()
|