HomeSort by relevance Sort by last modified time
    Searched refs:default_context (Results 1 - 11 of 11) sorted by null

  /system/core/property_service/libpropertyinfoserializer/
property_info_serializer.cpp 30 const std::string& default_context, const std::string& default_type,
33 auto trie_builder = TrieBuilder(default_context, default_type);
trie_builder.cpp 26 TrieBuilder::TrieBuilder(const std::string& default_context, const std::string& default_type)
28 auto* context_pointer = StringPointerFromContainer(default_context, &contexts_);
trie_builder.h 101 TrieBuilder(const std::string& default_context, const std::string& default_type);
  /system/core/property_service/libpropertyinfoserializer/include/property_info_serializer/
property_info_serializer.h 41 const std::string& default_context, const std::string& default_type,
  /external/tensorflow/tensorflow/python/eager/
execution_callbacks.py 312 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/
device_base.h 126 // "default_context" is used by OpKernelContext whenever a device does not
134 DeviceContext* default_context = nullptr; member in struct:tensorflow::DeviceBase::GpuDeviceInfo
op_kernel.h     [all...]
  /external/tensorflow/tensorflow/core/common_runtime/
process_function_library_runtime.cc 134 *device_context = dev_info->default_context;
  /external/tensorflow/tensorflow/c/eager/
c_api.cc 228 src_device_context = srcd->tensorflow_gpu_device_info()->default_context;
232 dst_device_context = dstd->tensorflow_gpu_device_info()->default_context;
    [all...]
  /external/tensorflow/tensorflow/core/common_runtime/gpu/
gpu_device.cc 317 gpu_device_info_->default_context = device_contexts_[0];
    [all...]
  /external/v8/src/
api.cc 612 i::Object* default_context; local
615 default_context =
640 partial_serializer.Serialize(&default_context, false);
    [all...]

Completed in 654 milliseconds