Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for ToGuard (0.12 sec)

  1. tensorflow/cc/framework/cc_op_gen_util.h

    // Converts: some/path/to/file.xx
    // to: file
    // (note that suffix is removed)
    string GetFilename(StringPiece path);
    
    // Converts:
    //   cc/ops/gen_foo_ops.h
    // to:
    //   CC_OPS_GEN_FOO_OPS_H_
    string ToGuard(StringPiece path);
    
    // Converts: some_name_xyz
    // to: Some Name Xyz
    string ToTitle(StringPiece name);
    
    // Change:     Into:
    //   ABC         /// ABC
    //               ///
    //   DEF         /// DEF
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Mon Feb 26 00:57:05 UTC 2024
    - 4.6K bytes
    - Viewed (0)
Back to top