/external/tensorflow/tensorflow/core/grappler/costs/ |
D | op_level_cost_estimator_test.cc | 87 OpContext op_context; in DescribeMatMul() local 124 OpContext op_context; in DescribeSparseTensorDenseMatMul() local 140 OpContext op_context; in DescribeXlaEinsum() local 157 OpContext op_context = DescribeXlaEinsum(dims_a, dims_b, equation); in DescribeEinsum() local 204 OpContext op_context; in DescribeConvolution() local 221 OpContext op_context; in DescribeDepthwiseConv2dNative() local 248 OpContext op_context; in DescribeFusedConv2DBiasActivation() local 304 OpContext op_context; in DescribeUnaryOp() local 322 OpContext op_context; in DescribeBinaryOp() local 338 OpContext op_context; in DescribeBiasAdd() local [all …]
|
D | op_level_cost_estimator.cc | 364 return [this, impl](const OpContext& op_context, NodeCosts* node_costs) { in OpLevelCostEstimator() 694 Status OpLevelCostEstimator::PredictNodeCosts(const OpContext& op_context, in PredictNodeCosts() 772 Status OpLevelCostEstimator::PredictCwiseOp(const OpContext& op_context, in PredictCwiseOp() 805 const OpContext& op_context, NodeCosts* node_costs) const { in PredictCostOfAnUnknownOp() argument 1629 const int64 num_compute_ops, const OpContext& op_context, in PredictDefaultNodeCosts() 1660 Status OpLevelCostEstimator::PredictConv2D(const OpContext& op_context, in PredictConv2D() 1675 const OpContext& op_context, NodeCosts* node_costs) const { in PredictConv2DBackpropInput() argument 1691 const OpContext& op_context, NodeCosts* node_costs) const { in PredictConv2DBackpropFilter() argument 1707 const OpContext& op_context, NodeCosts* node_costs) const { in PredictFusedConv2DBiasActivation() argument 1792 Status OpLevelCostEstimator::PredictMatMul(const OpContext& op_context, in PredictMatMul() [all …]
|
D | analytical_cost_estimator.cc | 39 void AddCostNode(ReadyNodeManager* node_manager, const OpContext& op_context, in AddCostNode() 194 OpContext op_context = scheduler_->GetCurrNode(); in PredictCosts() local
|
/external/tensorflow/tensorflow/lite/kernels/ |
D | reduce.cc | 82 TfLiteStatus ResizeTempAxis(TfLiteContext* context, OpContext* op_context, in ResizeTempAxis() 90 TfLiteStatus ResizeTempSum(TfLiteContext* context, OpContext* op_context, in ResizeTempSum() 98 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, OpContext* op_context) { in ResizeOutputTensor() 167 OpContext* op_context) { in InitializeTemporaries() 222 OpContext op_context(context, node); in PrepareSimple() local 260 OpContext op_context(context, node); in PrepareMeanOrSum() local 301 const OpContext& op_context, int num_axis, in EvalMeanReferenceOps() 369 OpContext op_context(context, node); in EvalMean() local 527 OpContext* op_context, T init_value, in EvalLogic() 579 OpContext* op_context, ReduceType reduce_type) { in EvalType() [all …]
|
D | maximum_minimum.cc | 59 OpContext op_context(context, node); in Prepare() local 95 const OpContext& op_context) { in TFLiteOperation() 109 TfLiteContext* context, TfLiteNode* node, const OpContext& op_context) { in TFLiteOperation() 134 TfLiteContext* context, TfLiteNode* node, const OpContext& op_context) { in TFLiteOperation() 158 OpContext op_context(context, node); in Eval() local
|
D | one_hot.cc | 64 void OneHotComputeImpl(const OneHotContext& op_context) { in OneHotComputeImpl() 98 void OneHotCompute(const OneHotContext& op_context) { in OneHotCompute() 107 const OneHotContext& op_context) { in ResizeOutputTensor() 126 OneHotContext op_context{context, node}; in Prepare() local 164 OneHotContext op_context{context, node}; in Eval() local
|
D | strided_slice.cc | 69 StridedSliceParams BuildStridedSliceParams(StridedSliceContext* op_context) { in BuildStridedSliceParams() 103 StridedSliceContext* op_context) { in ResizeOutputTensor() 150 StridedSliceContext op_context(context, node); in Prepare() local 187 StridedSliceContext op_context(context, node); in Eval() local
|
D | broadcast_to.cc | 48 BroadcastToContext* op_context) { in ResizeOutputTensor() 96 BroadcastToContext op_context(context, node); in Prepare() local 113 BroadcastToContext op_context(context, node); in Eval() local
|
D | pad.cc | 76 PadContext* op_context) { in ResizeOutputTensor() 113 PadContext op_context(context, node); in Prepare() local 137 TfLiteStatus EvalInt(TfLiteContext* context, const PadContext& op_context, in EvalInt() 176 PadContext op_context(context, node); in Eval() local
|
D | transpose.cc | 49 TransposeContext* op_context) { in ResizeOutputTensor() 75 TransposeContext op_context(context, node); in Prepare() local 92 TransposeContext op_context(context, node); in Eval() local
|
D | batch_to_space_nd.cc | 57 BatchToSpaceNDContext* op_context) { in ResizeOutputTensor() 98 BatchToSpaceNDContext op_context(context, node); in Prepare() local 115 BatchToSpaceNDContext op_context(context, node); in Eval() local
|
D | space_to_batch_nd.cc | 58 SpaceToBatchNDContext* op_context) { in ResizeOutputTensor() 98 SpaceToBatchNDContext op_context(context, node); in Prepare() local 116 SpaceToBatchNDContext op_context(context, node); in Eval() local
|
D | exp.cc | 44 ExpContext op_context(context, node); in Prepare() local 52 ExpContext op_context(context, node); in Eval() local
|
D | fake_quant.cc | 57 OpContext op_context(context, node); in Prepare() local 65 OpContext op_context(context, node); in Eval() local
|
D | densify.cc | 57 OpContext op_context(context, node); in Prepare() local 72 OpContext op_context(context, node); in Eval() local
|
D | dequantize.cc | 56 OpContext op_context(context, node); in Prepare() local 80 OpContext op_context(context, node); in Eval() local
|
D | squeeze.cc | 42 SqueezeContext op_context(context, node); in Prepare() local 81 SqueezeContext op_context(context, node); in Eval() local
|
D | numeric_verify.cc | 91 OpContext op_context(context, node); in Prepare() local 128 static int32_t GetQuantizedValue(const OpContext& op_context, int index) { in GetQuantizedValue() 144 OpContext op_context(context, node); in Eval() local
|
D | split.cc | 81 OpContext op_context(context, node); in Prepare() local 107 OpContext op_context(context, node); in Eval() local
|
D | split_v.cc | 129 OpContext op_context(context, node); in Prepare() local 160 OpContext op_context(context, node); in Eval() local
|
/external/tensorflow/tensorflow/lite/micro/kernels/ |
D | transpose.cc | 49 TransposeContext* op_context) { in ResizeOutputTensor() 75 TransposeContext op_context(context, node); in Prepare() local 92 TransposeContext op_context(context, node); in Eval() local
|
D | strided_slice.cc | 62 StridedSliceContext* op_context) { in BuildStridedSliceParams() 86 StridedSliceContext* op_context) { in CheckOutputSize() 131 StridedSliceContext op_context(context, node); in Prepare() local
|
D | maximum_minimum.cc | 71 const OpContext& op_context) { in TFLiteOperation() 84 OpContext op_context(context, node); in Eval() local
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | graph_compiler.cc | 171 OpKernelContext op_context(¶ms, n->num_outputs()); in Compile() local 227 OpKernelContext* op_context) { in CompileFunctionalNode()
|
/external/tensorflow/tensorflow/core/profiler/utils/ |
D | cost_utils.cc | 109 grappler::OpContext op_context; in Predict() local
|