Search Options

Results per page
Sort
Preferred Languages
Advance

Results 11 - 12 of 12 for MakeCallOp (0.1 sec)

  1. tensorflow/c/experimental/saved_model/core/revived_types/tf_signature_def_function.h

                           ImmediateExecutionContext* ctx,
                           std::unique_ptr<TFSignatureDefFunction>* out);
    
      // This method creates a "Call" Op used to execute the function.
      Status MakeCallOp(absl::Span<AbstractTensorHandle* const> inputs,
                        ImmediateOpPtr* out) const override;
    
      const SignatureDefFunctionMetadata& GetFunctionMetadata() const override;
    
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue Aug 30 19:43:25 UTC 2022
    - 4.1K bytes
    - Viewed (0)
  2. tensorflow/c/experimental/saved_model/core/revived_types/partially_revived_objects.cc

                           " should have been initialized prior to being called."));
        }
        ImmediateOpPtr function_op;
        TF_RETURN_IF_ERROR(create_resource_fn->MakeCallOp({}, &function_op));
        TF_RETURN_IF_ERROR(function_op->SetDeviceName(resource.device.c_str()));
    
        AbstractTensorHandle* resource_handle = nullptr;
        int num_retvals = 1;
    Registered: Sun Jun 16 05:45:23 UTC 2024
    - Last Modified: Tue May 09 20:11:48 UTC 2023
    - 23.7K bytes
    - Viewed (0)
Back to top