Home
last modified time | relevance | path

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

/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/coreml/builders/
H A Dop_builder.h35 TensorID() {} in TensorID() function
36 TensorID(int node, int output_id) : node_(node), output_id_(output_id) {} in TensorID() function
/aosp_15_r20/external/pytorch/torch/csrc/profiler/
H A Ddata_flow.h28 using TensorID = strong::type<size_t, struct TensorID_, strong::regular>; variable
/aosp_15_r20/external/ComputeLibrary/arm_compute/graph/
H A DTypes.h68 using TensorID = unsigned int; variable
/aosp_15_r20/external/tensorflow/tensorflow/lite/delegates/hexagon/builders/
H A Dop_builder.h75 using TensorID = std::pair<int, int>; variable