Home
last modified time | relevance | path

Searched refs:representative (Results 1 – 25 of 43) sorted by relevance

12

/external/tensorflow/tensorflow/compiler/tf2xla/
Dfunctionalize_control_flow.cc772 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/
Dmark_for_compilation_pass.cc244 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/
DSelfAdjointEigenSolver.h606 …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/
Dssd-test.fio11 # large of a queue depth, so 4 is more representative of normal use.
/external/llvm/test/Transforms/CodeGenPrepare/AArch64/
Dwiden_switch.ll1 ;; AArch64 is arbitralily chosen as a 32/64-bit RISC representative to show the transform in all te…
/external/v8/src/
Dglobal-handles.cc1351 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/
DCODE_OF_CONDUCT.md52 representative at an online or offline event. Representation of a project may be
/external/flatbuffers/docs/source/
DBenchmarks.md22 meant to be representative of game data, e.g. a scene format.
/external/llvm/docs/
DFaultMaps.rst93 level (so the above example is only representative, not literal). The
/external/pcre/dist2/testdata/
Dtestinput82 # representative patterns whose lengths and offsets are checked. This is just a
Dtestoutput8-32-42 # representative patterns whose lengths and offsets are checked. This is just a
Dtestoutput8-8-42 # representative patterns whose lengths and offsets are checked. This is just a
Dtestoutput8-16-32 # representative patterns whose lengths and offsets are checked. This is just a
Dtestoutput8-32-32 # representative patterns whose lengths and offsets are checked. This is just a
Dtestoutput8-32-22 # representative patterns whose lengths and offsets are checked. This is just a
Dtestoutput8-16-22 # representative patterns whose lengths and offsets are checked. This is just a
Dtestoutput8-8-22 # representative patterns whose lengths and offsets are checked. This is just a
Dtestoutput8-8-32 # representative patterns whose lengths and offsets are checked. This is just a
/external/okhttp/mockwebserver/
DREADME.md15 server to create representative test cases. Or test that your code survives in
/external/python/cpython3/Doc/library/
Dstatistics.rst364 the second argument. Provided the data points are representative
434 representative (e.g. independent and identically distributed), the result
Dparser.rst75 of the :keyword:`if` keyword above is representative. The various types of
/external/tensorflow/
DCODE_OF_CONDUCT.md38 …official social media account, or acting as an appointed or de facto representative at an online o…
/external/elfutils/
Dconfigure.ac112 # Use the same flags that we use for our DSOs, so the test is representative.
/external/python/cpython2/Doc/library/
Dparser.rst80 of the :keyword:`if` keyword above is representative. The various types of
/external/tensorflow/tensorflow/docs_src/mobile/
Dmobile_intro.md216 to be as representative as possible of your actual use case, since the model

12