Home
last modified time | relevance | path

Searched refs:EdgeInfo (Results 1 – 17 of 17) sorted by relevance

/external/tensorflow/tensorflow/core/common_runtime/
Dexecutor.cc129 struct EdgeInfo { struct
181 const EdgeInfo* output_edge_list() const { return output_edge_base(); } in output_edge_list()
184 const EdgeInfo& output_edge(int i) const { in output_edge()
226 EdgeInfo* output_edge_base() const { in output_edge_base()
227 return reinterpret_cast<EdgeInfo*>(var()); in output_edge_base()
230 return reinterpret_cast<AllocatorAttributes*>(var() + sizeof(EdgeInfo) * in output_attr_base()
234 return reinterpret_cast<int*>(var() + sizeof(EdgeInfo) * num_output_edges + in forward_from_base()
239 var() + sizeof(EdgeInfo) * num_output_edges + in input_type_base()
244 var() + sizeof(EdgeInfo) * num_output_edges + in output_type_base()
398 static_assert(std::is_trivially_destructible<EdgeInfo>::value, in ~GraphView()
[all …]
/external/libaom/libaom/av1/encoder/
Drdopt.h144 } EdgeInfo; typedef
152 EdgeInfo av1_edge_exists(const uint8_t *src, int src_stride, int w, int h,
Dencodeframe.c485 static EdgeInfo edge_info(const struct buf_2d *ref, const BLOCK_SIZE bsize, in edge_info()
493 EdgeInfo ei = { .magnitude = 0, .x = 0, .y = 0 }; in edge_info()
608 EdgeInfo ei = in pick_sb_modes()
Drdopt.c14090 static EdgeInfo edge_probability(const uint8_t *input, int w, int h, in edge_probability()
14111 EdgeInfo ei = { .magnitude = highest, .x = highest_x, .y = highest_y }; in edge_probability()
14118 EdgeInfo av1_edge_exists(const uint8_t *src, int src_stride, int w, int h, in av1_edge_exists()
14121 EdgeInfo n = { .magnitude = 0, .x = 0, .y = 0 }; in av1_edge_exists()
14135 EdgeInfo prob = edge_probability(blurred, w, h, high_bd, bd); in av1_edge_exists()
/external/swiftshader/third_party/LLVM/include/llvm/Analysis/
DProfileInfoTypes.h34 EdgeInfo = 4, /* Edge profiling information */ enumerator
/external/swiftshader/third_party/LLVM/runtime/libprofile/
DEdgeProfiling.c31 write_profiling_data(EdgeInfo, ArrayStart, NumElements); in EdgeProfAtExitHandler()
/external/tensorflow/tensorflow/compiler/jit/
Dencapsulate_util.cc112 struct EdgeInfo { in PreprocessDataEdgesBetweenOutsideCompilations() struct
115 std::vector<EdgeInfo> edges; in PreprocessDataEdgesBetweenOutsideCompilations()
128 edges.push_back(EdgeInfo{e->dst_input(), e->dst()->id()}); in PreprocessDataEdgesBetweenOutsideCompilations()
Dmark_for_compilation_pass.cc820 struct EdgeInfo { in VLogClusteringSummary() struct
833 bool operator<(const EdgeInfo& other) const { in VLogClusteringSummary() argument
838 using EdgeInfoMap = std::map<absl::string_view, std::map<EdgeInfo, int64>>; in VLogClusteringSummary()
860 [EdgeInfo{from->name(), from_cluster_name}]++; in VLogClusteringSummary()
/external/swiftshader/third_party/LLVM/lib/Analysis/
DProfileInfoLoader.cpp137 case EdgeInfo: in ProfileInfoLoader()
DPathProfileVerifier.cpp194 type = EdgeInfo; in runOnModule()
/external/llvm/lib/Transforms/IPO/
DFunctionImport.cpp260 using EdgeInfo = std::pair<const FunctionSummary *, unsigned /* Threshold */>; typedef
268 SmallVectorImpl<EdgeInfo> &Worklist, in computeImportForFunction()
342 SmallVector<EdgeInfo, 128> Worklist; in ComputeImportForModule()
/external/swiftshader/third_party/llvm-7.0/llvm/lib/Transforms/IPO/
DFunctionImport.cpp226 using EdgeInfo = std::tuple<const FunctionSummary *, unsigned /* Threshold */, typedef
278 SmallVectorImpl<EdgeInfo> &Worklist, in computeImportForFunction()
427 SmallVector<EdgeInfo, 128> Worklist; in ComputeImportForModule()
/external/ImageMagick/MagickCore/
Dattribute.c134 } EdgeInfo; typedef
230 static inline double GetMinEdgeBackgroundFactor(const EdgeInfo *edge) in GetMinEdgeBackgroundFactor()
253 EdgeInfo in GetImageBoundingBox()
Ddraw.c129 } EdgeInfo; typedef
161 EdgeInfo
436 p=((const EdgeInfo *) p_edge)->points; in DrawCompareEdges()
437 q=((const EdgeInfo *) q_edge)->points; in DrawCompareEdges()
453 register EdgeInfo in LogPolygonInfo()
532 polygon_info->edges=(EdgeInfo *) AcquireQuantumMemory(number_edges, in ConvertPathToPolygon()
534 if (polygon_info->edges == (EdgeInfo *) NULL) in ConvertPathToPolygon()
567 polygon_info->edges=(EdgeInfo *) ResizeQuantumMemory( in ConvertPathToPolygon()
570 if (polygon_info->edges == (EdgeInfo *) NULL) in ConvertPathToPolygon()
621 polygon_info->edges=(EdgeInfo *) ResizeQuantumMemory( in ConvertPathToPolygon()
[all …]
/external/llvm/include/llvm/Analysis/
DScalarEvolution.h678 struct EdgeInfo {
679 EdgeInfo(BasicBlock *Block, const SCEV *Taken, SCEVUnionPredicate &P) :
711 BackedgeTakenInfo(SmallVectorImpl<EdgeInfo> &ExitCounts, bool Complete,
/external/tensorflow/tensorflow/core/graph/
Dgraph_constructor.cc313 struct EdgeInfo { struct in tensorflow::__anone0324be20111::GraphConstructor
314 explicit EdgeInfo(const string& name, int i1, Node* n, int i2) in EdgeInfo() function
322 std::vector<EdgeInfo> back_edges_;
/external/llvm/lib/Analysis/
DScalarEvolution.cpp5601 SmallVectorImpl<EdgeInfo> &ExitCounts, bool Complete, const SCEV *MaxCount) in BackedgeTakenInfo()
5617 ExitCounts.end(), [](EdgeInfo &Entry) { in BackedgeTakenInfo()
5666 SmallVector<EdgeInfo, 4> ExitCounts; in computeBackedgeTakenCount()
5689 ExitCounts.emplace_back(EdgeInfo(ExitBB, EL.Exact, EL.Pred)); in computeBackedgeTakenCount()