/external/tensorflow/tensorflow/core/util/ |
D | activation_mode.h | 32 SIGMOID = 1, enumerator
|
D | activation_mode.cc | 28 *value = SIGMOID; in GetActivationModeFromString()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/kernels/ |
D | elementwise.cc | 84 case OperationType::SIGMOID: in GenerateCode() 236 case OperationType::SIGMOID: in NewElementwiseNodeShader()
|
D | registry.cc | 111 insert_elementwise_op(Type::SIGMOID); in Registry()
|
D | elementwise_test.cc | 157 OperationType op_type = OperationType::SIGMOID; in TEST()
|
/external/tensorflow/tensorflow/cc/gradients/ |
D | math_grad_test.cc | 78 SIGMOID, enumerator 160 case SIGMOID: in TestCWiseGrad() 410 TestCWiseGrad<float, float>(SIGMOID, x_fn); in TEST_F() 417 TestCWiseGrad<complex64, complex64>(SIGMOID, x_fn); in TEST_F()
|
/external/libaom/libaom/av1/encoder/ |
D | ml.c | 110 case SIGMOID: return nn_sigmoid(layer->output, layer); in nn_fc_forward()
|
D | cnn.c | 293 case SIGMOID: in get_activation()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/tasks/ |
D | elementwise.cc | 77 case OperationType::SIGMOID: in GetOneInputCode()
|
D | elementwise_test_util.cc | 285 env->GetGpuInfo(), op_def, OperationType::SIGMOID); in SigmoidTest()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/ |
D | operations.h | 82 SIGMOID, enumerator
|
D | model_builder_helper.cc | 437 activation_node->operation.type = ToString(OperationType::SIGMOID); in MaybeFuseActivation()
|
D | operations.cc | 167 case OperationType::SIGMOID: in ToString() 246 {"sigmoid", OperationType::SIGMOID}, in OperationTypeFromString()
|
D | lstm_parser.cc | 351 node->operation.type = ToString(OperationType::SIGMOID); in BuildOutputStateUpdate()
|
D | model_builder.cc | 709 case OperationType::SIGMOID: in IsOneArgumentOperation() 2354 OperationType::SIGMOID); in NewOperationParser()
|
/external/tensorflow/tensorflow/lite/schema/ |
D | schema_v0.fbs | 66 SIGMOID = 10,
|
D | schema_v1.fbs | 71 SIGMOID = 10,
|
/external/tensorflow/tensorflow/lite/delegates/gpu/common/selectors/ |
D | operation_selector.cc | 514 case OperationType::SIGMOID: in GPUOperationFromNode()
|
/external/libaom/config/arm64/config/ |
D | av1_rtcd.h | 37 enum { NONE, RELU, SOFTSIGN, SIGMOID } UENUM1BYTE(ACTIVATION); enumerator
|
/external/tensorflow/tensorflow/lite/delegates/xnnpack/ |
D | README.md | 358 `SIGMOID`, and `SQUARE`.
|
/external/libaom/config/x86/config/ |
D | av1_rtcd.h | 37 enum { NONE, RELU, SOFTSIGN, SIGMOID } UENUM1BYTE(ACTIVATION); enumerator
|
/external/libaom/config/arm/config/ |
D | av1_rtcd.h | 37 enum { NONE, RELU, SOFTSIGN, SIGMOID } UENUM1BYTE(ACTIVATION); enumerator
|
/external/libaom/config/x86_64/config/ |
D | av1_rtcd.h | 37 enum { NONE, RELU, SOFTSIGN, SIGMOID } UENUM1BYTE(ACTIVATION); enumerator
|
/external/tensorflow/tensorflow/compiler/mlir/tosa/g3doc/ |
D | legalization.md | 2679 This operator is trivially lowered to tosa.SIGMOID.
|