HomeSort by relevance Sort by last modified time
    Searched defs:EdgeInfo (Results 1 - 8 of 8) sorted by null

  /external/swiftshader/third_party/LLVM/include/llvm/Analysis/
ProfileInfoTypes.h 34 EdgeInfo = 4, /* Edge profiling information */
  /external/ImageMagick/MagickCore/
attribute.c 136 } EdgeInfo;
232 static inline double GetMinEdgeBackgroundFactor(const EdgeInfo *edge)
255 EdgeInfo
    [all...]
draw.c 132 } EdgeInfo;
164 EdgeInfo
443 p=((const EdgeInfo *) p_edge)->points;
444 q=((const EdgeInfo *) q_edge)->points;
460 register EdgeInfo
539 polygon_info->edges=(EdgeInfo *) AcquireQuantumMemory(number_edges,
541 if (polygon_info->edges == (EdgeInfo *) NULL)
574 polygon_info->edges=(EdgeInfo *) ResizeQuantumMemory(
577 if (polygon_info->edges == (EdgeInfo *) NULL)
628 polygon_info->edges=(EdgeInfo *) ResizeQuantumMemory
    [all...]
  /external/tensorflow/tensorflow/compiler/jit/
encapsulate_util.cc 112 struct EdgeInfo {
115 std::vector<EdgeInfo> edges;
128 edges.push_back(EdgeInfo{e->dst_input(), e->dst()->id()});
mark_for_compilation_pass.cc     [all...]
  /external/llvm/include/llvm/Analysis/
ScalarEvolution.h 678 struct EdgeInfo {
679 EdgeInfo(BasicBlock *Block, const SCEV *Taken, SCEVUnionPredicate &P) :
711 BackedgeTakenInfo(SmallVectorImpl<EdgeInfo> &ExitCounts, bool Complete,
    [all...]
  /external/tensorflow/tensorflow/core/graph/
graph_constructor.cc 313 struct EdgeInfo {
314 explicit EdgeInfo(const string& name, int i1, Node* n, int i2)
322 std::vector<EdgeInfo> back_edges_;
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
executor.cc 129 struct EdgeInfo {
132 // true if this is the last info for output_slot in the EdgeInfo list.
181 const EdgeInfo* output_edge_list() const { return output_edge_base(); }
184 const EdgeInfo& output_edge(int i) const {
214 // EdgeInfo out_edges[num_out_edges];
226 EdgeInfo* output_edge_base() const {
227 return reinterpret_cast<EdgeInfo*>(var());
230 return reinterpret_cast<AllocatorAttributes*>(var() + sizeof(EdgeInfo) *
234 return reinterpret_cast<int*>(var() + sizeof(EdgeInfo) * num_output_edges +
239 var() + sizeof(EdgeInfo) * num_output_edges
    [all...]

Completed in 432 milliseconds