Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for concurrencia (0.19 sec)

  1. tensorflow/c/experimental/filesystem/plugins/gcs/ram_file_block_cache_test.cc

        if (!counter.WaitFor(std::chrono::seconds(10))) {
          // This avoids having the test time out, which is harder to debug.
          TF_SetStatus(status, TF_FAILED_PRECONDITION,
                       "desired concurrency not reached");
          return -1;
        }
        memset(buffer, 'x', n);
        TF_SetStatus(status, TF_OK, "");
        return n;
      };
      const int block_size = 8;
      tf_gcs_filesystem::RamFileBlockCache cache(
    C++
    - Registered: Tue Apr 23 12:39:09 GMT 2024
    - Last Modified: Fri Oct 15 03:16:57 GMT 2021
    - 23.2K bytes
    - Viewed (0)
  2. RELEASE.md

    *   `tf.config.experimental_list_devices` has been removed, please use
        `tf.config.list_logical_devices`.
    
    ## Bug Fixes and Other Changes
    
    *   `tf.data`
        *   Fixes concurrency issue with `tf.data.experimental.parallel_interleave`
            with `sloppy=True`.
        *   Add `tf.data.experimental.dense_to_ragged_batch()`.
        *   Extend `tf.data` parsing ops to support `RaggedTensors`.
    Plain Text
    - Registered: Tue May 07 12:40:20 GMT 2024
    - Last Modified: Mon Apr 29 19:17:57 GMT 2024
    - 727.7K bytes
    - Viewed (8)
Back to top