Home
last modified time | relevance | path

Searched defs:op_output (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/dtensor/mlir/
H A Ddtensor_allreduce_sum_optimization.cc205 mlir::Value op_output = op->getResult(0); in MayRemoveAllReduce() local
252 mlir::Value op_output = op->getResult(0); in OptimizeIdentityLikeOps() local
H A Dpropagate_default_layout.cc191 auto op_output = op->getResult(index); in runOnOperation() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/lite/experimental/tac/transforms/
H A Draise_target_subgraphs.cc249 Value op_output = op->getResult(i); in BuildFuncOp() local
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/optimize/
H A Dquantize_model.cc1017 std::unique_ptr<TensorT> op_output; in QuantizeOpInput() local
1047 std::unique_ptr<TensorT> op_output; in QuantizeOpInput() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dwhile_v2.py602 def _zeros_like(op_input, op_output): argument