Home
last modified time | relevance | path

Searched defs:identity_op (Results 1 – 18 of 18) sorted by relevance

/external/tensorflow/tensorflow/dtensor/mlir/expansions/
Didentity_n_spmd_expander.cc63 auto identity_op = builder.create<mlir::TF::IdentityNOp>( in ExpandOp() local
Dqr_spmd_expander.cc80 auto identity_op = builder.create<mlir::TF::IdentityNOp>( in ExpandOp() local
Dnullary_spmd_expander.cc103 auto identity_op = builder.create<mlir::TF::IdentityNOp>( in ExpandOp() local
Dreplicated_spmd_expander.cc85 auto identity_op = builder.create<mlir::TF::IdentityNOp>( in ReplicatedRelayoutOperandsAndOutputs() local
Ddataparallel_spmd_expander.cc268 auto identity_op = builder.create<mlir::TF::IdentityNOp>( in RelayoutOperandsAndOutputs() local
Dsoftmax_spmd_expander.cc494 mlir::TF::IdentityNOp identity_op = in MaybeRelayoutOutputs() local
/external/tensorflow/tensorflow/dtensor/mlir/
Drestore_shape_inference.cc68 } else if (auto identity_op = in BackwardShapeInferenceToRestoreOp() local
/external/tensorflow/tensorflow/compiler/mlir/tensorflow/transforms/
Dreadonly_references_to_resources.cc82 auto identity_op = op->getUsers().begin(); in GetNodeNameFromClassAttrOrSharedNameAttr() local
Dexecutor_tpuv1_island_coarsening.cc591 if (auto identity_op = llvm::dyn_cast_or_null<TF::IdentityOp>(op)) { in EraseIdentityWithNoReplicationInfo() local
/external/tensorflow/tensorflow/lite/toco/graph_transformations/tests/
Dfuse_binary_into_following_affine_test.cc136 auto identity_op = new TensorFlowIdentityOperator; in TEST_F() local
/external/ComputeLibrary/src/core/CL/cl_kernels/
Dactivation_float_helpers.h76 #define identity_op(DATA_TYPE, VEC_SIZE, x, A_VAL, B_VAL) (x) macro
/external/tensorflow/tensorflow/core/transforms/constant_folding/
Dpass.cc175 TFOp identity_op = builder.create(identity_op_state); in GetControlAnchorForSwitchResult() local
252 Operation *identity_op = builder.create(state); in ReplaceOpWithIdentity() local
1978 Operation *identity_op = ReplaceReductionWithIdentity(rewriter, op); in matchAndRewrite() local
2034 Operation *identity_op = ReplaceReductionWithIdentity(rewriter, op); in matchAndRewrite() local
2099 Operation *identity_op = builder.create(state); in ReplaceReductionWithIdentity() local
2145 Operation *identity_op = rewriter.create(state); in matchAndRewrite() local
/external/tensorflow/tensorflow/compiler/tf2xla/
Dxla_compiler.cc193 auto identity_op = [builder](xla::XlaOp op, in BuildComputation() local
/external/tensorflow/tensorflow/core/grappler/optimizers/
Dremapper.cc2809 NodeDef identity_op; in AddFusedBatchNormExNode() local
2879 NodeDef identity_op; in AddFusedBatchNormGradExNode() local
/external/tensorflow/tensorflow/core/grappler/costs/
Dop_level_cost_estimator_test.cc2096 for (auto identity_op : identity_ops) { in TEST_F() local
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_tf.cc2053 auto identity_op = CreateOpAndInfer<tosa::IdentityOp>( in matchAndRewrite() local
Dlegalize_common.cc2668 auto identity_op = CreateOpAndInfer<tosa::IdentityOp>( in convertReduceOpCommon() local
Dlegalize_tfl.cc2955 auto identity_op = CreateOpAndInfer<tosa::IdentityOp>( in matchAndRewrite() local