/external/tensorflow/tensorflow/core/kernels/image/ |
D | scale_and_translate_op_test.cc | 56 std::unique_ptr<const DynamicKernel> CreateKernel(const KernelType& kernel) { in CreateKernel() function 64 return CreateKernel(functor::CreateLanczos1Kernel()); in Create() 66 return CreateKernel(functor::CreateLanczos3Kernel()); in Create() 68 return CreateKernel(functor::CreateLanczos5Kernel()); in Create() 70 return CreateKernel(functor::CreateGaussianKernel()); in Create() 72 return CreateKernel(functor::CreateBoxKernel()); in Create() 74 return CreateKernel(functor::CreateTriangleKernel()); in Create() 76 return CreateKernel(functor::CreateKeysCubicKernel()); in Create() 78 return CreateKernel(functor::CreateMitchellCubicKernel()); in Create()
|
/external/tensorflow/tensorflow/compiler/jit/ |
D | xla_kernel_creator_test.cc | 110 Status status = xla_kernel_creator.CreateKernel(flr_, callsite, &kernel_); in TEST_F() 133 xla_kernel_creator.CreateKernel(flr_, ToNodeProperties(R"proto( in TEST_F() 150 xla_kernel_creator.CreateKernel(flr_, ToNodeProperties(R"proto( in TEST_F()
|
D | xla_kernel_creator.h | 37 Status CreateKernel(FunctionLibraryRuntime* flr,
|
D | xla_kernel_creator.cc | 172 Status XlaKernelCreator::CreateKernel( in CreateKernel() function in tensorflow::XlaKernelCreator
|
/external/tensorflow/tensorflow/core/common_runtime/ |
D | function.cc | 175 Status CreateKernel(const std::shared_ptr<const NodeProperties>& props, 256 Status FunctionLibraryRuntimeOverlay::CreateKernel( in CreateKernel() function in tensorflow::FunctionLibraryRuntimeOverlay 344 Status CreateKernel(const std::shared_ptr<const NodeProperties>& props, 431 Status CreateKernel(const std::shared_ptr<const NodeProperties>& props, 485 return CreateKernel(props, kernel); in FunctionLibraryRuntimeImpl() 598 Status FunctionLibraryRuntimeImpl::CreateKernel( in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl 600 return CreateKernel(props, this, kernel); in CreateKernel() 603 Status FunctionLibraryRuntimeImpl::CreateKernel( in CreateKernel() function in tensorflow::FunctionLibraryRuntimeImpl 613 s = custom_kernel_creator->CreateKernel(this, props, &ret); in CreateKernel() 939 return CreateKernel(props, flr, kernel); in CreateItem()
|
D | direct_session.cc | 1384 return lib->CreateKernel(props, kernel); in CreateExecutors() 1387 return lib->CreateKernel(props, kernel); in CreateExecutors()
|
/external/tensorflow/tensorflow/compiler/xla/service/gpu/ |
D | stream_executor_util.h | 69 StatusOr<std::unique_ptr<se::KernelBase>> CreateKernel(
|
D | kernel_thunk.cc | 56 CreateKernel(kernel_name_, args_.size(), executable.text(), in Initialize()
|
D | stream_executor_util.cc | 194 StatusOr<std::unique_ptr<se::KernelBase>> CreateKernel( in CreateKernel() function
|
/external/tensorflow/tensorflow/core/distributed_runtime/ |
D | graph_mgr.cc | 256 return lib->CreateKernel(props, kernel); in InitItem() 259 return lib->CreateKernel(props, kernel); in InitItem()
|
/external/tensorflow/tensorflow/core/framework/ |
D | function.h | 838 virtual Status CreateKernel( 944 virtual Status CreateKernel(
|
/external/tensorflow/tensorflow/compiler/tf2xla/ |
D | graph_compiler.cc | 139 Status s = flib_->CreateKernel(n->properties(), &op_kernel_raw); in Compile()
|
/external/tensorflow/tensorflow/core/common_runtime/eager/ |
D | kernel_and_device.cc | 112 TF_RETURN_IF_ERROR(flr_->CreateKernel(props, &k)); in Init()
|
/external/angle/src/libGLESv2/ |
D | cl_stubs_autogen.h | 226 cl_kernel CreateKernel(cl_program program, const char *kernel_name, cl_int &errorCode);
|
D | entry_points_cl_autogen.cpp | 550 CL_EVENT(CreateKernel, in clCreateKernel() 555 ANGLE_CL_VALIDATE_ERRCODE_RET(CreateKernel, program, kernel_name); in clCreateKernel() 558 cl_kernel object = CreateKernel(program, kernel_name, errorCode); in clCreateKernel()
|
D | cl_stubs.cpp | 532 cl_kernel CreateKernel(cl_program program, const char *kernel_name, cl_int &errorCode) in CreateKernel() function
|
/external/tensorflow/tensorflow/compiler/mlir/xla/transforms/ |
D | legalize_tf_with_tf2xla.cc | 438 status = params_.function_library->CreateKernel(props, &op_kernel_raw); in LegalizeOp()
|