Lines Matching refs:FeatureIndex
389 *ModelRunner->getTensor<int64_t>(FeatureIndex::callee_basic_block_count) = in getAdviceImpl()
391 *ModelRunner->getTensor<int64_t>(FeatureIndex::callsite_height) = in getAdviceImpl()
393 *ModelRunner->getTensor<int64_t>(FeatureIndex::node_count) = NodeCount; in getAdviceImpl()
394 *ModelRunner->getTensor<int64_t>(FeatureIndex::nr_ctant_params) = in getAdviceImpl()
396 *ModelRunner->getTensor<int64_t>(FeatureIndex::edge_count) = EdgeCount; in getAdviceImpl()
397 *ModelRunner->getTensor<int64_t>(FeatureIndex::caller_users) = in getAdviceImpl()
400 FeatureIndex::caller_conditionally_executed_blocks) = in getAdviceImpl()
402 *ModelRunner->getTensor<int64_t>(FeatureIndex::caller_basic_block_count) = in getAdviceImpl()
405 FeatureIndex::callee_conditionally_executed_blocks) = in getAdviceImpl()
407 *ModelRunner->getTensor<int64_t>(FeatureIndex::callee_users) = in getAdviceImpl()
409 *ModelRunner->getTensor<int64_t>(FeatureIndex::cost_estimate) = CostEstimate; in getAdviceImpl()