Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for PartitionedCallOps (0.19 sec)

  1. tensorflow/c/experimental/saved_model/core/revived_types/flat_tensor_function.cc

      // TODO(bmzhao): After discussing with Allen, we should execute this via a
      // PartitionedCallOp for compatibility with "tooling that assumes functions in
      // graphs are PartitionedCallOps".
      TF_RETURN_IF_ERROR((*out)->Reset(name_.c_str(), nullptr));
    
      // Adding the user-provided inputs to the function.
      TF_RETURN_IF_ERROR((*out)->AddInputList(inputs));
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Fri Apr 14 19:16:58 UTC 2023
    - 3.7K bytes
    - Viewed (0)
Back to top