Search Options

Results per page
Sort
Preferred Languages
Advance

Results 1 - 1 of 1 for MakeCallOp (0.09 sec)

  1. 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