Home
last modified time | relevance | path

Searched defs:op_context (Results 1 – 24 of 24) sorted by relevance

/external/tensorflow/tensorflow/lite/kernels/
Done_hot.cc62 void OneHotComputeImpl(const OneHotContext& op_context) { in OneHotComputeImpl()
96 void OneHotCompute(const OneHotContext& op_context) { in OneHotCompute()
105 const OneHotContext& op_context) { in ResizeOutputTensor()
124 OneHotContext op_context{context, node}; in Prepare() local
159 OneHotContext op_context{context, node}; in Eval() local
Dreduce.cc76 TfLiteStatus ResizeTempAxis(TfLiteContext* context, OpContext* op_context, in ResizeTempAxis()
84 TfLiteStatus ResizeTempSum(TfLiteContext* context, OpContext* op_context, in ResizeTempSum()
92 TfLiteStatus ResizeOutputTensor(TfLiteContext* context, OpContext* op_context) { in ResizeOutputTensor()
161 OpContext* op_context) { in InitializeTemporaries()
211 OpContext op_context(context, node); in PrepareSimple() local
240 OpContext op_context(context, node); in PrepareMeanOrSum() local
271 OpContext op_context(context, node); in EvalMean() local
402 OpContext* op_context, T init_value, in EvalLogic()
442 OpContext* op_context, ReduceType reduce_type) { in EvalType()
476 OpContext* op_context, ReduceType reduce_type) { in EvalType()
[all …]
Dstrided_slice.cc81 inline int32_t GetBeginValueAtIndex(StridedSliceContext* op_context, int idx) { in GetBeginValueAtIndex()
90 inline int32_t GetEndValueAtIndex(StridedSliceContext* op_context, int idx) { in GetEndValueAtIndex()
103 StridedSliceContext* op_context) { in ResizeOutputTensor()
146 StridedSliceContext op_context(context, node); in Prepare() local
180 StridedSliceContext op_context(context, node); in Eval() local
Dtranspose.cc46 TransposeContext* op_context) { in ResizeOutputTensor()
72 TransposeContext op_context(context, node); in Prepare() local
88 TransposeContext op_context(context, node); in Eval() local
Dmaximum_minimum.cc53 OpContext op_context(context, node); in Prepare() local
88 const OpContext& op_context) { in TFLiteOperation()
101 OpContext op_context(context, node); in Eval() local
Dspace_to_batch_nd.cc57 SpaceToBatchNDContext* op_context) { in ResizeOutputTensor()
94 SpaceToBatchNDContext op_context(context, node); in Prepare() local
109 SpaceToBatchNDContext op_context(context, node); in Eval() local
Dbatch_to_space_nd.cc57 BatchToSpaceNDContext* op_context) { in ResizeOutputTensor()
105 BatchToSpaceNDContext op_context(context, node); in Prepare() local
120 BatchToSpaceNDContext op_context(context, node); in Eval() local
Dexp.cc47 ExpContext op_context(context, node); in Prepare() local
55 ExpContext op_context(context, node); in Eval() local
Dfake_quant.cc58 OpContext op_context(context, node); in Prepare() local
66 OpContext op_context(context, node); in Eval() local
Dpad.cc71 PadContext* op_context) { in ResizeOutputTensor()
100 PadContext op_context(context, node); in Prepare() local
121 PadContext op_context(context, node); in Eval() local
Dsqueeze.cc42 SqueezeContext op_context(context, node); in Prepare() local
81 SqueezeContext op_context(context, node); in Eval() local
Ddequantize.cc59 OpContext op_context(context, node); in Prepare() local
76 OpContext op_context(context, node); in Eval() local
Dsplit.cc74 OpContext op_context(context, node); in Prepare() local
98 OpContext op_context(context, node); in Eval() local
Dsplit_v.cc122 OpContext op_context(context, node); in Prepare() local
150 OpContext op_context(context, node); in Eval() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc77 OpContext op_context; in DescribeMatMul() local
113 OpContext op_context; in DescribeBatchMatMul() local
126 OpContext op_context; in DescribeSparseTensorDenseMatMul() local
163 OpContext op_context; in DescribeConvolution() local
180 OpContext op_context; in DescribeDepthwiseConv2dNative() local
203 OpContext op_context; in DescribeFusedConv2DBiasActivation() local
244 OpContext op_context; in DescribeUnaryOp() local
262 OpContext op_context; in DescribeBinaryOp() local
278 OpContext op_context; in DescribeBiasAdd() local
372 OpContext op_context; in DescribePoolingOp() local
[all …]
Danalytical_cost_estimator.cc39 void AddCostNode(ReadyNodeManager* node_manager, const OpContext& op_context, in AddCostNode()
166 OpContext op_context = scheduler_->GetCurrNode(); in PredictCosts() local
Dvirtual_scheduler.cc631 OpContext op_context; in GetCurrNode() local
765 OpContext op_context = GetCurrNode(); in MarkCurrNodeExecuted() local
Dop_level_cost_estimator.cc224 return [this, impl](const OpContext& op_context) { in OpLevelCostEstimator()
1375 const OpContext& op_context, in PredictFusedOp()
Dvirtual_scheduler_test.cc1619 OpContext op_context = scheduler_->GetCurrNode(); in RunScheduler() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dgraph_compiler.cc164 OpKernelContext op_context(&params, n->num_outputs()); in Compile() local
220 OpKernelContext* op_context) { in CompileFunctionalNode()
/external/tensorflow/tensorflow/core/grappler/optimizers/
Devaluation_utils.cc112 OpKernelContext op_context(&params); in EvaluateNode() local
Dstatic_schedule.cc33 OpContext op_context; in PredictExecutionTime() local
/external/tensorflow/tensorflow/core/kernels/
Dquantized_matmul_op.cc35 void GemmlowpMultiply(OpKernelContext* op_context, const quint8* a_data, in GemmlowpMultiply()
/external/tensorflow/tensorflow/core/kernels/data/
Ddataset_test_base.cc110 OpKernelContext* const op_context, in CreateIteratorContext()