Home
last modified time | relevance | path

Searched defs:relu_op (Results 1 – 4 of 4) sorted by relevance

/external/tensorflow/tensorflow/c/experimental/ops/
Dnn_ops.cc62 AbstractOperationPtr relu_op(ctx->CreateOperation()); in Relu() local
/external/tensorflow/tensorflow/tools/graph_transforms/
Dquantize_nodes_test.cc404 Output relu_op = Relu(root.WithOpName("relu_op"), constant_op); in TestQuantizeRelu() local
767 Output relu_op = Relu(root.WithOpName("relu_op"), dequantize_op); in TestRemoveRedundantQuantizationWithMultipleOutputs() local
791 Output relu_op = Relu(root.WithOpName("relu_op"), placeholder_op); in TestQuantizePlaceholders() local
1093 Output relu_op = Relu(root.WithOpName("relu_op"), bias_add_op); in TestHoistFakeQuants() local
/external/tensorflow/tensorflow/lite/toco/
Dexport_tensorflow.cc731 tensorflow::NodeDef* relu_op = tensorflow_graph->add_node(); in ConvertReluOperator() local
780 tensorflow::NodeDef* relu_op = tensorflow_graph->add_node(); in ConvertRelu6Operator() local
798 tensorflow::NodeDef* relu_op = tensorflow_graph->add_node(); in ConvertLogisticOperator() local
/external/tensorflow/tensorflow/compiler/mlir/tosa/transforms/
Dlegalize_common.cc2233 auto relu_op = rewriter.create<tosa::ReluNOp>( in convertFusedActivation() local
2244 auto relu_op = rewriter.create<tosa::ReluNOp>( in convertFusedActivation() local
2257 auto relu_op = rewriter.create<tosa::ClampOp>( in convertFusedActivation() local