Home
last modified time | relevance | path

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

/external/llvm/test/Bindings/OCaml/
Dvectorize.ml1 (* RUN: cp %s %T/vectorize_opts.ml
/external/swiftshader/third_party/llvm-7.0/llvm/test/Bindings/OCaml/
Dvectorize.ml1 (* RUN: rm -rf %t && mkdir -p %t && cp %s %t/vectorize_opts.ml
/external/tensorflow/tensorflow/core/grappler/optimizers/data/vectorization/
Dcwise_op_vectorizer.cc137 Status Vectorize(const Node& node, Graph* outer_scope, in Vectorize() function in tensorflow::grappler::__anon4501d68b0111::UnaryCwiseOpVectorizer
152 Status Vectorize(const Node& node, Graph* outer_scope, in Vectorize() function in tensorflow::grappler::__anon4501d68b0111::BinaryCwiseOpVectorizer
Dunpack_vectorizer.cc26 Status Vectorize(const Node& node, Graph* outer_scope, in Vectorize() function in tensorflow::grappler::__anone28961340111::UnpackVectorizer
Ddecode_csv_vectorizer.cc27 Status Vectorize(const Node& node, Graph* outer_scope, in Vectorize() function in tensorflow::grappler::__anon57c33ee10111::DecodeCSVVectorizer
Dtranspose_vectorizer.cc43 Status Vectorize(const Node& node, Graph* outer_scope, in Vectorize() function in tensorflow::grappler::__anon73e97c310111::TransposeVectorizer
Dvectorizer_registry_test.cc25 Status Vectorize(const Node& node, Graph* outer_scope, in Vectorize() function in tensorflow::grappler::TestVectorizer
Dreshape_vectorizer.cc49 Status Vectorize(const Node& node, Graph* outer_scope, in Vectorize() function in tensorflow::grappler::__anon254b3efa0111::ReshapeVectorizer
Dparse_single_example_vectorizer.cc29 Status Vectorize(const Node& node, Graph* outer_scope, in Vectorize() function in tensorflow::grappler::__anon80f458390111::ParseSingleExampleVectorizer
/external/angle/src/compiler/translator/tree_ops/
DVectorizeVectorScalarArithmetic.cpp59 TIntermTyped *VectorizeVectorScalarArithmeticTraverser::Vectorize( in Vectorize() function in sh::__anon0fcb4a1b0111::VectorizeVectorScalarArithmeticTraverser
/external/clang/lib/Sema/
DSemaStmtAttr.cpp169 enum { Vectorize, Interleave, Unroll, Distribute } Category; in CheckForIncompatibleAttributes() enumerator
/external/tensorflow/tensorflow/core/grappler/optimizers/data/
Dvectorization_utils.cc332 Status Vectorization::Vectorize(const FunctionDef& outer_scope, in Vectorize() function in tensorflow::grappler::vectorization_utils::__anonfb8d47c70111::Vectorization
/external/angle/src/compiler/translator/
DIntermNode.cpp41 TConstantUnion *Vectorize(const TConstantUnion &constant, size_t size) in Vectorize() function
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/Vectorize/
DSLPVectorizer.cpp6072 const function_ref<bool(Instruction *, BoUpSLP &)> Vectorize) { in tryToVectorizeHorReductionOrInstOperands()