Home
last modified time | relevance | path

Searched refs:GET_OPERATION_NAME (Results 1 – 1 of 1) sorted by relevance

/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dmark_ops_for_outside_compilation.cc114 #define GET_OPERATION_NAME(op) OperationName(op::getOperationName(), context) in AddRewrittenCompositeOps() macro
117 GET_OPERATION_NAME(TF::StackV2Op), in AddRewrittenCompositeOps()
118 GET_OPERATION_NAME(TF::StackPushV2Op), in AddRewrittenCompositeOps()
119 GET_OPERATION_NAME(TF::StackPopV2Op), in AddRewrittenCompositeOps()
121 GET_OPERATION_NAME(TF::TensorArrayV3Op), in AddRewrittenCompositeOps()
122 GET_OPERATION_NAME(TF::TensorArrayReadV3Op), in AddRewrittenCompositeOps()
123 GET_OPERATION_NAME(TF::TensorArrayWriteV3Op), in AddRewrittenCompositeOps()
124 GET_OPERATION_NAME(TF::TensorArrayConcatV3Op), in AddRewrittenCompositeOps()
125 GET_OPERATION_NAME(TF::TensorArraySplitV3Op), in AddRewrittenCompositeOps()
126 GET_OPERATION_NAME(TF::TensorArraySizeV3Op), in AddRewrittenCompositeOps()
[all …]