Home
last modified time | relevance | path

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

/external/tensorflow/tensorflow/core/kernels/
Dunary_ops_composition.cc29 class UnaryOpsComposition; // forward declare kernel
57 friend class UnaryOpsComposition<T>;
79 class UnaryOpsComposition : public OpKernel { class
81 using Kernel = UnaryOpsComposition<T>;
92 explicit UnaryOpsComposition(OpKernelConstruction* context) in UnaryOpsComposition() function in tensorflow::UnaryOpsComposition
424 UnaryOpsComposition<T>);
/external/tensorflow/tensorflow/core/grappler/optimizers/
Darithmetic_optimizer.cc2863 class UnaryOpsComposition : public ArithmeticOptimizerStage { class
2865 explicit UnaryOpsComposition(const GraphOptimizerContext& ctx, in UnaryOpsComposition() function in tensorflow::grappler::__anonbb66c6470111::UnaryOpsComposition
2906 ~UnaryOpsComposition() override = default;
3591 pipeline.AddStage<UnaryOpsComposition>(ctx, ctx_ext); in SimplifyArithmeticOps()
Darithmetic_optimizer_test.cc3602 TEST_F(ArithmeticOptimizerTest, UnaryOpsComposition) { in TEST_F() argument