Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 2 of 2 for cloned_inputs (0.16 sec)

  1. tensorflow/compiler/mlir/tensorflow/transforms/sparsecore/embedding_sequencing.cc

      VLOG(3) << "Found " << forward_variable_inputs.size()
              << " variables used in forward pass of " << resource_count
              << " total resource inputs";
    
      // Clone the TPUReplicatedInputs.
      int64_t cloned_inputs = 0;
      for (int64_t index : forward_variable_inputs) {
        Value argument = loop_body_func.getArgument(index);
        // Uses of this argument should only be the return and the
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 25 16:01:03 UTC 2024
    - 39.4K bytes
    - Viewed (0)
  2. tensorflow/c/while_loop_test.cc

      EXPECT_TRUE(params_->body_graph != nullptr);
      EXPECT_TRUE(params_->cond_graph != nullptr);
    
      EXPECT_EQ(params_->ninputs, 2);
    
      ASSERT_TRUE(params_->cond_inputs != nullptr);
      ASSERT_TRUE(params_->cond_inputs[0].oper != nullptr);
      EXPECT_TRUE(params_->cond_inputs[1].oper != nullptr);
    
      ASSERT_TRUE(params_->body_inputs != nullptr);
      EXPECT_TRUE(params_->body_inputs[0].oper != nullptr);
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Thu Apr 11 06:05:56 UTC 2024
    - 15.3K bytes
    - Viewed (0)
Back to top