Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for TF_OpDefinitionBuilderAddOutput (0.19 sec)

  1. tensorflow/c/ops.h

    //
    // Inputs, outputs and attributes can be added to the builder with the
    // corresponding functions, e.g.
    //
    // TF_OpDefinitionBuilderAddInput(builder, "input1: int32");
    // TF_OpDefinitionBuilderAddOutput(builder, "output1: int64");
    // TF_OpDefinitionBuilderAddAttr(builder, "attr: int32");
    //
    // The builder may then be registered with TensorFlow using the
    // TF_RegisterOpDefinition function. E.g.
    //
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 27 21:07:00 UTC 2023
    - 16.3K bytes
    - Viewed (0)
Back to top