Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/compiler/tf2tensorrt/convert/ops/
Dtile.cc53 const int *multiplies; in Validate() local
173 const ITensorProxyPtr multiplies = replics.tensor()->trt_tensor(); in Convert() local
/external/mesa3d/src/gallium/frontends/clover/util/
Dfunctional.hpp61 struct multiplies { struct
64 operator()(T x, S y) const { in operator ()()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dconstant_folding.cc2401 Tensor multiplies; in SimplifyTile() local
/external/ComputeLibrary/include/half/
Dhalf.hpp1224 static expr multiplies(float x, float y) { return expr(x*y); } in multiplies() function
/external/armnn/third-party/half/
Dhalf.hpp1226 static expr multiplies(float x, float y) { return expr(x*y); } in multiplies() function