Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for DEFINE_BUILDER_BOOL_SETTER (0.32 sec)

  1. tensorflow/c/ops.cc

    }
    
    #define DEFINE_BUILDER_BOOL_SETTER(func_name)                             \
      void TF_OpDefinitionBuilder##func_name(TF_OpDefinitionBuilder* builder, \
                                             bool arg_name) {                 \
        reinterpret_cast<OpDefBuilder*>(builder)->func_name();                \
      }
    
    DEFINE_BUILDER_BOOL_SETTER(SetIsCommutative)
    DEFINE_BUILDER_BOOL_SETTER(SetIsAggregate)
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Jul 28 22:41:35 UTC 2022
    - 10.9K bytes
    - Viewed (0)
Back to top