Searched refs:representative (Results 1 – 25 of 43) sorted by relevance
12
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | functionalize_control_flow.cc | 772 return representative == other.representative; in DeterminePredicateSwitchOrder() 774 int representative = -1; in DeterminePredicateSwitchOrder() member 788 clusters[n->id()].Get().representative = n->id(); in DeterminePredicateSwitchOrder() 834 auto it = entry_cluster.find(clusters[n->id()].Get().representative); in DeterminePredicateSwitchOrder() 840 << cluster->Get().representative << ")"; in DeterminePredicateSwitchOrder() 866 int cluster_depth = switch_depth[cluster->Get().representative]; in DeterminePredicateSwitchOrder() 872 int src_cluster_depth = switch_depth[src_cluster->Get().representative]; in DeterminePredicateSwitchOrder() 897 int src_id = cluster->Get().representative; in DeterminePredicateSwitchOrder() 917 clusters[n->id()].Get().representative); in DeterminePredicateSwitchOrder() 928 int cluster_rep = clusters[n->id()].Get().representative; in DeterminePredicateSwitchOrder() [all …]
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | mark_for_compilation_pass.cc | 244 int representative = -1; member 467 cluster.representative = node->id(); in RunImpl() 477 int from = worklist.front()->Get().representative; in RunImpl() 550 int cluster = clusters[n->id()].Get().representative; in RunImpl() 564 int cluster = clusters[n->id()].Get().representative; in RunImpl()
|
/external/eigen/Eigen/src/Eigenvalues/ |
D | SelfAdjointEigenSolver.h | 606 …ic inline bool extract_kernel(MatrixType& mat, Ref<VectorType> res, Ref<VectorType> representative) 614 representative = mat.col(i0); 617 n0 = (c0 = representative.cross(mat.col((i0+1)%3))).squaredNorm(); 618 n1 = (c1 = representative.cross(mat.col((i0+2)%3))).squaredNorm();
|
/external/fio/examples/ |
D | ssd-test.fio | 11 # large of a queue depth, so 4 is more representative of normal use.
|
/external/llvm/test/Transforms/CodeGenPrepare/AArch64/ |
D | widen_switch.ll | 1 ;; AArch64 is arbitralily chosen as a 32/64-bit RISC representative to show the transform in all te…
|
/external/v8/src/ |
D | global-handles.cc | 1351 HeapObject** representative = NULL; in ComputeObjectGroupsAndImplicitReferences() local 1355 representative = reinterpret_cast<HeapObject**>(object); in ComputeObjectGroupsAndImplicitReferences() 1359 if (representative) { in ComputeObjectGroupsAndImplicitReferences() 1361 representative, in ComputeObjectGroupsAndImplicitReferences()
|
/external/robolectric-shadows/ |
D | CODE_OF_CONDUCT.md | 52 representative at an online or offline event. Representation of a project may be
|
/external/flatbuffers/docs/source/ |
D | Benchmarks.md | 22 meant to be representative of game data, e.g. a scene format.
|
/external/llvm/docs/ |
D | FaultMaps.rst | 93 level (so the above example is only representative, not literal). The
|
/external/pcre/dist2/testdata/ |
D | testinput8 | 2 # representative patterns whose lengths and offsets are checked. This is just a
|
D | testoutput8-32-4 | 2 # representative patterns whose lengths and offsets are checked. This is just a
|
D | testoutput8-8-4 | 2 # representative patterns whose lengths and offsets are checked. This is just a
|
D | testoutput8-16-3 | 2 # representative patterns whose lengths and offsets are checked. This is just a
|
D | testoutput8-32-3 | 2 # representative patterns whose lengths and offsets are checked. This is just a
|
D | testoutput8-32-2 | 2 # representative patterns whose lengths and offsets are checked. This is just a
|
D | testoutput8-16-2 | 2 # representative patterns whose lengths and offsets are checked. This is just a
|
D | testoutput8-8-2 | 2 # representative patterns whose lengths and offsets are checked. This is just a
|
D | testoutput8-8-3 | 2 # representative patterns whose lengths and offsets are checked. This is just a
|
/external/okhttp/mockwebserver/ |
D | README.md | 15 server to create representative test cases. Or test that your code survives in
|
/external/python/cpython3/Doc/library/ |
D | statistics.rst | 364 the second argument. Provided the data points are representative 434 representative (e.g. independent and identically distributed), the result
|
D | parser.rst | 75 of the :keyword:`if` keyword above is representative. The various types of
|
/external/tensorflow/ |
D | CODE_OF_CONDUCT.md | 38 …official social media account, or acting as an appointed or de facto representative at an online o…
|
/external/elfutils/ |
D | configure.ac | 112 # Use the same flags that we use for our DSOs, so the test is representative.
|
/external/python/cpython2/Doc/library/ |
D | parser.rst | 80 of the :keyword:`if` keyword above is representative. The various types of
|
/external/tensorflow/tensorflow/docs_src/mobile/ |
D | mobile_intro.md | 216 to be as representative as possible of your actual use case, since the model
|
12