Home
last modified time | relevance | path

Searched refs:tensorflow (Results 1 – 12 of 12) sorted by relevance

/frameworks/ml/nn/
DTEST_MAPPING15 "path": "external/tensorflow/tensorflow/lite/delegates/nnapi"
/frameworks/ml/nn/common/random/
Drandom.h21 namespace tensorflow {
Drandom.cc22 namespace tensorflow { namespace
Dsimple_philox.cc21 namespace tensorflow { namespace
Dguarded_philox_random.cc19 namespace tensorflow { namespace
Dexact_uniform_int.h23 namespace tensorflow {
Dguarded_philox_random.h25 namespace tensorflow {
Dsimple_philox.h26 namespace tensorflow {
Dphilox_random.h39 namespace tensorflow {
Drandom_distributions.h32 namespace tensorflow {
/frameworks/ml/nn/common/operations/
DMultinomial.cpp102 tensorflow::GuardedPhiloxRandom random_generator; in EvalFloat32()
112 tensorflow::random::SimplePhilox simple_philox(&random_generator_reserved); in EvalFloat32()
DMultinomialTest.cpp65 tensorflow::random::PhiloxRandom rng(kFixedRandomSeed1); in Invoke()
66 tensorflow::random::SimplePhilox srng(&rng); in Invoke()