Home
last modified time | relevance | path

Searched refs:default_context (Results 1 – 7 of 7) sorted by relevance

/external/tensorflow/tensorflow/python/eager/
Dexecution_callbacks.py312 default_context = context.get_default_context()
315 for callback in default_context.post_execution_callbacks:
330 default_context.clear_post_execution_callbacks()
332 default_context.add_post_execution_callback(callback)
334 default_context.add_post_execution_callback(
/external/tensorflow/tensorflow/core/framework/
Ddevice_base.h134 DeviceContext* default_context = nullptr; member
Dop_kernel.h906 if (dev_info) ret = dev_info->default_context; in op_device_context()
/external/tensorflow/tensorflow/core/common_runtime/
Dprocess_function_library_runtime.cc134 *device_context = dev_info->default_context; in GetDeviceContext()
/external/tensorflow/tensorflow/c/eager/
Dc_api.cc228 src_device_context = srcd->tensorflow_gpu_device_info()->default_context; in TFE_TensorHandleCopyToDevice()
232 dst_device_context = dstd->tensorflow_gpu_device_info()->default_context; in TFE_TensorHandleCopyToDevice()
/external/tensorflow/tensorflow/core/common_runtime/gpu/
Dgpu_device.cc317 gpu_device_info_->default_context = device_contexts_[0]; in Init()
/external/v8/src/
Dapi.cc612 i::Object* default_context; in CreateBlob() local
615 default_context = in CreateBlob()
640 partial_serializer.Serialize(&default_context, false); in CreateBlob()