Home
last modified time | relevance | path

Searched defs:TensorOpTensor (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/lite/tools/optimize/
Dmodify_model_interface.cc38 struct TensorOpTensor { struct
39 size_t subgraph_index; // index of the subgraph.
40 int32_t input_index; // index of the input tensor.
41 int32_t op_index; // index of the op.
42 int32_t output_index; // index of the output tensor.
43 int32_t model_index; // index of the added tensor in the model.