/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/ |
H A 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 std::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 270 for (std::size_t op_index = 0; op_index < model->operators.size(); in AllocateTransientArrays() local
|
H A D | dump_graphviz.cc | 519 std::string GetOpId(int op_index) { return StringF("op%05d", op_index); } in GetOpId() 521 void DumpOperator(const Model& model, std::string* output_file, int op_index) { in DumpOperator() 532 int op_index) { in DumpOperatorEdges() 640 for (int op_index = 0; op_index < model.operators.size(); op_index++) { in DumpArray() local 775 for (int op_index = 0; op_index < model.operators.size(); op_index++) { in DumpGraphviz() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/graph_transformations/ |
H A D | group_bidirectional_sequence_ops.cc | 404 ::tensorflow::Status GroupDynamicSequenceOps(Model* model, std::size_t op_index, in GroupDynamicSequenceOps() 479 std::size_t op_index, in Run() 556 std::size_t op_index, in Run() 631 Model* model, std::size_t op_index, bool* modified) { in Run() 637 Model* model, std::size_t op_index, bool* modified) { in Run()
|
H A D | remove_trivial_concatenation.cc | 29 std::size_t op_index, in Run()
|
H A D | remove_tensorflow_identity.cc | 29 std::size_t op_index, in Run()
|
H A D | resolve_squeeze_attributes.cc | 29 std::size_t op_index, in Run()
|
H A D | drop_im2col_arrays.cc | 22 ::tensorflow::Status DropIm2colArrays::Run(Model* model, std::size_t op_index, in Run()
|
H A D | convert_trivial_addn_to_add.cc | 25 std::size_t op_index, in Run()
|
H A D | resolve_gather_attributes.cc | 28 std::size_t op_index, in Run()
|
H A D | remove_final_dequantize_op.cc | 29 std::size_t op_index, in Run()
|
H A D | resolve_reshape_attributes.cc | 29 std::size_t op_index, in Run()
|
H A D | resolve_tensorflow_merge.cc | 28 std::size_t op_index, in Run()
|
H A D | fuse_activation_functions.cc | 29 std::size_t op_index, in Run()
|
H A D | resolve_constant_shape_or_rank.cc | 23 std::size_t op_index, in Run()
|
H A D | resolve_constant_reshape.cc | 26 std::size_t op_index, in Run()
|
H A D | resolve_reduce_attributes.cc | 48 std::size_t op_index, in Run()
|
H A D | convert_matrix_set_diag_v2_or_v3_to_v1.cc | 32 std::size_t op_index, in Run()
|
H A D | resolve_slice_attributes.cc | 28 std::size_t op_index, in Run()
|
H A D | remove_tensorflow_assert.cc | 27 std::size_t op_index, in Run()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/serialization/ |
H A D | writer_lib.cc | 99 for (int op_index : execution_plan_) { in ExportOperators() local 112 for (int op_index : execution_plan_) { in ExportOperators() local 172 for (int op_index = 0; op_index < subgraph_->nodes_size(); ++op_index) { in ExportTensors() local 362 for (int op_index : execution_plan) { in CheckInputOutput() local
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/libsnapshot_cow/ |
H A D | parser_v3.cpp | 61 std::optional<uint32_t> op_index = header_.op_count; in Parse() local 97 bool CowParserV3::ParseOps(borrowed_fd fd, const uint32_t op_index) { in ParseOps()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/examples/label_image/ |
H A D | label_image.cc | 183 uint32_t subgraph_index, uint32_t op_index, in PrintProfilingInfo() 346 auto op_index = profile_events[i]->event_metadata; in RunInference() local
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/ |
H A D | operator_property.cc | 26 int op_index) { in GetOperatorVariant() 56 int op_index) { in GetOperatorProperty()
|
/aosp_15_r20/system/core/fs_mgr/libsnapshot/include/libsnapshot/ |
H A D | cow_format.h | 98 uint64_t op_index; member 305 static constexpr off_t GetOpOffset(uint32_t op_index, const CowHeaderV3& header) { in GetOpOffset()
|
/aosp_15_r20/external/tensorflow/tensorflow/lite/toco/tflite/ |
H A D | export.cc | 318 int op_index = operators_map.at(operator_key); in ExportOperatorCodes() local 367 int op_index = operators_map.at(key); in ExportOperators() local
|