Home
last modified time | relevance | path

Searched refs:TFE_CreatePackedTensorHandle (Results 1 – 5 of 5) sorted by relevance

/external/tensorflow/tensorflow/c/eager/
Dc_api_remote_test_util.cc132 packed_handle = TFE_CreatePackedTensorHandle(ctx, packed_handles.data(), in TestRemoteExecuteSilentCopies()
Dc_api_experimental.h620 TF_CAPI_EXPORT extern TFE_TensorHandle* TFE_CreatePackedTensorHandle(
Dc_api_distributed_test.cc176 TFE_CreatePackedTensorHandle(ctx, handles.data(), &num_replicas, status); in TestFunctionWithPackedInput()
Dc_api_experimental.cc664 TFE_TensorHandle* TFE_CreatePackedTensorHandle(TFE_Context* ctx, in TFE_CreatePackedTensorHandle() function
/external/tensorflow/tensorflow/python/
Dtfe_wrapper.cc325 TFE_CreatePackedTensorHandle(ctx, handles.data(), &size, status.get()); in InputTFE_OutputTensorHandles()