| /external/tensorflow/tensorflow/core/grappler/costs/ | 
| D | op_level_cost_estimator_test.cc | 88   OpContext op_context;  in DescribeMatMul()  local125   OpContext op_context;  in DescribeSparseTensorDenseMatMul()  local
 141   OpContext op_context;  in DescribeXlaEinsum()  local
 158   OpContext op_context = DescribeXlaEinsum(dims_a, dims_b, equation);  in DescribeEinsum()  local
 205   OpContext op_context;  in DescribeConvolution()  local
 222   OpContext op_context;  in DescribeDepthwiseConv2dNative()  local
 249   OpContext op_context;  in DescribeFusedConv2DBiasActivation()  local
 305   OpContext op_context;  in DescribeUnaryOp()  local
 323   OpContext op_context;  in DescribeBinaryOp()  local
 339   OpContext op_context;  in DescribeBiasAdd()  local
 [all …]
 
 | 
| D | op_level_cost_estimator.cc | 365     return [this, impl](const OpContext& op_context, NodeCosts* node_costs) {  in OpLevelCostEstimator()697 Status OpLevelCostEstimator::PredictNodeCosts(const OpContext& op_context,  in PredictNodeCosts()
 784 Status OpLevelCostEstimator::PredictCwiseOp(const OpContext& op_context,  in PredictCwiseOp()
 817     const OpContext& op_context, NodeCosts* node_costs) const {  in PredictCostOfAnUnknownOp()  argument
 1661     const int64_t num_compute_ops, const OpContext& op_context,  in PredictDefaultNodeCosts()
 1692 Status OpLevelCostEstimator::PredictConv2D(const OpContext& op_context,  in PredictConv2D()
 1708     const OpContext& op_context, NodeCosts* node_costs) const {  in PredictConv2DBackpropInput()  argument
 1724     const OpContext& op_context, NodeCosts* node_costs) const {  in PredictConv2DBackpropFilter()  argument
 1740     const OpContext& op_context, NodeCosts* node_costs) const {  in PredictFusedConv2DBiasActivation()  argument
 1825 Status OpLevelCostEstimator::PredictMatMul(const OpContext& op_context,  in PredictMatMul()
 [all …]
 
 | 
| D | analytical_cost_estimator.cc | 40 Status AddCostNode(ReadyNodeManager* node_manager, const OpContext& op_context,  in AddCostNode()200     OpContext op_context = scheduler_->GetCurrNode();  in PredictCosts()  local
 
 | 
| /external/tensorflow/tensorflow/lite/kernels/ | 
| D | maximum_minimum.cc | 59   OpContext op_context(context, node);  in Prepare()  local95                      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()103 void OneHotCompute(const OneHotContext& op_context) {  in OneHotCompute()
 112                                 const OneHotContext& op_context) {  in ResizeOutputTensor()
 131   OneHotContext op_context{context, node};  in Prepare()  local
 169   OneHotContext op_context{context, node};  in Eval()  local
 
 | 
| D | reduce.cc | 85 TfLiteStatus ResizeTempAxis(TfLiteContext* context, OpContext* op_context,  in ResizeTempAxis()93 TfLiteStatus ResizeTempAccum(TfLiteContext* context, OpContext* op_context,  in ResizeTempAccum()
 101 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, OpContext* op_context) {  in ResizeOutputTensor()
 169 TfLiteStatus ResizeTempDims(TfLiteContext* context, OpContext* op_context,  in ResizeTempDims()
 178                                    OpContext* op_context) {  in InitializeTemporaries()
 240   OpContext op_context(context, node);  in PrepareSimple()  local
 289   OpContext op_context(context, node);  in PrepareMeanOrSum()  local
 329   OpContext op_context(context, node);  in PrepareProd()  local
 377 TfLiteStatus Mean(TfLiteContext* context, const OpContext* op_context,  in Mean()
 397                                 const OpContext* op_context, int* temp_index,  in QuantizedMeanOrSum()
 [all …]
 
 | 
| 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()99   BatchToSpaceNDContext op_context(context, node);  in Prepare()  local
 116   BatchToSpaceNDContext op_context(context, node);  in Eval()  local
 
 | 
| D | space_to_batch_nd.cc | 58                                 SpaceToBatchNDContext* op_context) {  in ResizeOutputTensor()99   SpaceToBatchNDContext op_context(context, node);  in Prepare()  local
 117   SpaceToBatchNDContext op_context(context, node);  in Eval()  local
 
 | 
| D | strided_slice.cc | 72 StridedSliceParams BuildStridedSliceParams(StridedSliceContext* op_context) {  in BuildStridedSliceParams()187                                 StridedSliceContext* op_context) {  in ResizeOutputTensor()
 237   StridedSliceContext op_context(context, node);  in Prepare()  local
 268   StridedSliceContext op_context(context, node);  in Eval()  local
 
 | 
| D | exp.cc | 44   ExpContext op_context(context, node);  in Prepare()  local52   ExpContext op_context(context, node);  in Eval()  local
 
 | 
| D | fake_quant.cc | 57   OpContext op_context(context, node);  in Prepare()  local65   OpContext op_context(context, node);  in Eval()  local
 
 | 
| D | broadcast_args.cc | 49   BroadcastArgsContext op_context(context, node);  in Prepare()  local67   BroadcastArgsContext op_context(context, node);  in Eval()  local
 
 | 
| D | densify.cc | 57   OpContext op_context(context, node);  in Prepare()  local73   OpContext op_context(context, node);  in Eval()  local
 
 | 
| D | dequantize.cc | 56   OpContext op_context(context, node);  in Prepare()  local80   OpContext op_context(context, node);  in Eval()  local
 
 | 
| D | squeeze.cc | 42   SqueezeContext op_context(context, node);  in Prepare()  local81   SqueezeContext op_context(context, node);  in Eval()  local
 
 | 
| D | numeric_verify.cc | 91   OpContext op_context(context, node);  in Prepare()  local128 static int32_t GetQuantizedValue(const OpContext& op_context, int index) {  in GetQuantizedValue()
 144   OpContext op_context(context, node);  in Eval()  local
 
 | 
| D | split.cc | 82   OpContext op_context(context, node);  in Prepare()  local108   OpContext op_context(context, node);  in Eval()  local
 
 | 
| D | split_v.cc | 132   OpContext op_context(context, node);  in Prepare()  local163   OpContext op_context(context, node);  in Eval()  local
 
 | 
| /external/tensorflow/tensorflow/compiler/tf2xla/ | 
| D | graph_compiler.cc | 172     OpKernelContext op_context(¶ms, n->num_outputs());  in Compile()  local228                                             OpKernelContext* op_context) {  in CompileFunctionalNode()
 
 | 
| /external/tensorflow/tensorflow/core/profiler/utils/ | 
| D | cost_utils.cc | 108   grappler::OpContext op_context;  in Predict()  local
 | 
| /external/tensorflow/tensorflow/core/grappler/optimizers/ | 
| D | evaluation_utils.cc | 91   OpKernelContext op_context(¶ms);  in EvaluateNode()  local
 | 
| /external/tensorflow/tensorflow/core/transforms/utils/ | 
| D | eval_utils.cc | 135   tensorflow::OpKernelContext op_context(¶ms);  in EvaluateOperation()  local
 |