Search Options

Results per page
Sort
Preferred Languages
Advance

Results 121 - 122 of 122 for replaceAll (0.14 sec)

  1. tensorflow/c/eager/c_api_test.cc

      tensorflow::FunctionDef def;
      CHECK(tensorflow::protobuf::TextFormat::ParseFromString(
          tensorflow::str_util::StringReplace(func_str, "__OP_NAME__", op_name,
                                              /*replace_all=*/true),
          &def));
      return def.SerializeAsString();
    }
    
    TEST(CAPI, ExecuteOpAndFunctionWithError) {
      TF_Status* status = TF_NewStatus();
      TFE_ContextOptions* opts = TFE_NewContextOptions();
    Registered: Tue Nov 05 12:39:12 UTC 2024
    - Last Modified: Thu Aug 03 20:50:20 UTC 2023
    - 94.6K bytes
    - Viewed (0)
  2. api/go1.txt

    pkg regexp, method (*Regexp) MatchReader(io.RuneReader) bool
    pkg regexp, method (*Regexp) MatchString(string) bool
    pkg regexp, method (*Regexp) NumSubexp() int
    pkg regexp, method (*Regexp) ReplaceAll([]uint8, []uint8) []uint8
    pkg regexp, method (*Regexp) ReplaceAllFunc([]uint8, func([]uint8) []uint8) []uint8
    pkg regexp, method (*Regexp) ReplaceAllLiteral([]uint8, []uint8) []uint8
    Registered: Tue Nov 05 11:13:11 UTC 2024
    - Last Modified: Wed Aug 14 18:58:28 UTC 2013
    - 1.7M bytes
    - Viewed (0)
Back to top