Home
last modified time | relevance | path

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

/aosp_15_r20/external/ComputeLibrary/src/runtime/CL/functions/
H A DCLConcatenateLayer.cpp54 void CLConcatenateLayer::configure(std::vector<const ICLTensor *> &inputs_vector, ICLTensor *output… in configure()
59 …r::configure(const CLCompileContext &compile_context, std::vector<const ICLTensor *> &inputs_vecto… in configure()
79 Status CLConcatenateLayer::validate(const std::vector<const ITensorInfo *> &inputs_vector, const IT… in validate()
H A DCLLSTMLayer.cpp116 std::vector<const ICLTensor *> inputs_vector; in configure() local
493 std::vector<const ITensorInfo *> inputs_vector; in validate() local
/aosp_15_r20/external/ComputeLibrary/src/runtime/NEON/functions/
H A DNEConcatenateLayer.cpp56 void NEConcatenateLayer::configure(std::vector<const ITensor *> inputs_vector, ITensor *output, siz… in configure()
75 Status NEConcatenateLayer::validate(const std::vector<const ITensorInfo *> &inputs_vector, const IT… in validate()
H A DNELSTMLayer.cpp104 std::vector<const ITensor *> inputs_vector; in configure() local
465 std::vector<const ITensorInfo *> inputs_vector; in validate() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dnode_matchers.cc457 std::vector<::testing::Matcher<OutEdge>> inputs_vector; in Inputs() local
/aosp_15_r20/external/tensorflow/tensorflow/dtensor/cc/
H A Ddtensor_device.cc1838 std::vector<TFE_TensorHandle*> inputs_vector; in Execute() local