/external/tensorflow/tensorflow/compiler/mlir/tfrt/python_tests/ |
D | tf_math_ops_test.py | 51 def test_1d(op_name, fn, vectorize=False, lb=-1.0, ub=1.0, rtol_enum=Rtol.BASE): argument 95 def test_op(self, op_name, fn, vectorize, rtol_enum): argument
|
/external/pytorch/torch/autograd/ |
D | functional.py | 507 def _jacfwd(func, inputs, strict=False, vectorize=False): argument 580 vectorize=False, argument 837 vectorize=False, argument
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/benchmarks/ |
D | cwise_op_unary_benchmark.h | 63 bool lower_from_tensorflow, bool vectorize) { in PrepareUnaryMlirBenchmark() 114 bool vectorize) { in TestUnaryMlirBenchmark() 149 bool vectorize) { in RunUnaryMlirBenchmark()
|
D | benchmark_mlir_function.cc | 83 bool vectorize, bool codegen_transpose) { in RunJitRtBenchmark()
|
/external/icu/icu4j/main/core/src/main/java/com/ibm/icu/impl/breakiter/ |
D | LSTMBreakEngine.java | 153 abstract public void vectorize(CharacterIterator fIter, int rangeStart, int rangeEnd, in vectorize() method in LSTMBreakEngine.Vectorizer 167 public void vectorize(CharacterIterator fIter, int rangeStart, int rangeEnd, in vectorize() method in LSTMBreakEngine.CodePointsVectorizer 197 public void vectorize(CharacterIterator text, int startPos, int endPos, in vectorize() method in LSTMBreakEngine.GraphemeClusterVectorizer
|
/external/icu/android_icu4j/src/main/java/android/icu/impl/breakiter/ |
D | LSTMBreakEngine.java | 162 abstract public void vectorize(CharacterIterator fIter, int rangeStart, int rangeEnd, in vectorize() method in LSTMBreakEngine.Vectorizer 176 public void vectorize(CharacterIterator fIter, int rangeStart, int rangeEnd, in vectorize() method in LSTMBreakEngine.CodePointsVectorizer 206 public void vectorize(CharacterIterator text, int startPos, int endPos, in vectorize() method in LSTMBreakEngine.GraphemeClusterVectorizer
|
/external/pytorch/test/autograd/ |
D | test_functional.py | 686 def test_jacobian_err_check(self, vectorize, ctors): argument 784 def test_jacobian_output(self, vectorize, ctors): argument 812 def test_jacobian_scalar(self, vectorize, ctors): argument 829 def test_jacobian_create_graph(self, vectorize, ctors): argument 1033 def test_hessian_err_check(self, vectorize, ctors): argument 1150 def test_hessian_output(self, vectorize, ctors): argument 1172 def test_hessian_scalar(self, vectorize, ctors): argument 1193 def test_hessian_create_graph(self, vectorize, ctors): argument
|
/external/pytorch/test/cpp/tensorexpr/ |
D | test_approx.cpp | 14 static void vectorize(te::LoopNest* ln, te::Tensor target, int width) { in vectorize() function
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | flags.h | 178 bool vectorize; member
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/python_binding/ |
D | tf_jitrt_executor.cc | 79 Specialization specialization, bool vectorize, bool codegen_transpose, in Compile()
|
/external/tensorflow/tensorflow/compiler/mlir/tfrt/jit/ |
D | tf_jitrt_kernels.cc | 204 bool vectorize; member 875 CompilationUnitAttribute kernel, Attribute<bool> vectorize, in ExecuteDebug()
|
/external/cronet/stable/third_party/icu/source/common/ |
D | lstmbe.cpp | 518 void CodePointsVectorizer::vectorize( in vectorize() function in CodePointsVectorizer 559 void GraphemeClusterVectorizer::vectorize( in vectorize() function in GraphemeClusterVectorizer
|
/external/cronet/tot/third_party/icu/source/common/ |
D | lstmbe.cpp | 518 void CodePointsVectorizer::vectorize( in vectorize() function in CodePointsVectorizer 559 void GraphemeClusterVectorizer::vectorize( in vectorize() function in GraphemeClusterVectorizer
|
/external/icu/icu4c/source/common/ |
D | lstmbe.cpp | 518 void CodePointsVectorizer::vectorize( in vectorize() function in CodePointsVectorizer 559 void GraphemeClusterVectorizer::vectorize( in vectorize() function in GraphemeClusterVectorizer
|
/external/pytorch/torch/csrc/jit/tensorexpr/ |
D | loopnest.cpp | 234 StmtPtr vectorize(ForPtr v) { in vectorize() function in torch::jit::tensorexpr::Vectorizer 530 bool vectorize = vectorize_inputs(inputs); in try_vectorize() local 540 bool vectorize = vectorize_inputs(inputs); in try_vectorize() local 585 bool LoopNest::vectorize(const ForPtr& f) { in vectorize() function in torch::jit::tensorexpr::LoopNest
|
/external/rust/android-crates-io/crates/data-encoding/src/ |
D | lib.rs | 265 fn vectorize<F: FnMut(usize)>(n: usize, bs: usize, mut f: F) { in vectorize() function
|
/external/skia/src/sksl/codegen/ |
D | SkSLSPIRVCodeGenerator.cpp | 2052 SpvId SPIRVCodeGenerator::vectorize(const Expression& arg, int vectorSize, OutputStream& out) { in vectorize() function in SkSL::SPIRVCodeGenerator 2064 TArray<SpvId> SPIRVCodeGenerator::vectorize(const ExpressionArray& args, OutputStream& out) { in vectorize() function in SkSL::SPIRVCodeGenerator
|
D | SkSLWGSLCodeGenerator.cpp | 2901 bool vectorize = returnsVector && args[index]->type().isScalar(); in assembleVectorizedIntrinsic() local
|
/external/llvm/lib/Transforms/Vectorize/ |
D | LoopVectorize.cpp | 306 void vectorize(LoopVectorizationLegality *L, in vectorize() function in __anonb4dace450111::InnerLoopVectorizer
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | ir_emitter_unnested.cc | 4614 bool vectorize = in ComputeReductionCodegenInfo() local
|