Home
last modified time | relevance | path

Searched refs:FindKernelDef (Results 1 – 20 of 20) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/python/util/
H A Dkernel_registry.cc52 status = tensorflow::FindKernelDef( in TryFindKernelClass()
/aosp_15_r20/external/tensorflow/tensorflow/core/debug/
H A Ddebug_graph_utils.cc343 Status s = FindKernelDef(device_type, node_def, &kdef, nullptr); in CreateCopyNode()
497 if (!FindKernelDef(DeviceType(device.device_type()), node_def, &kdef, nullptr) in CreateDebugNode()
/aosp_15_r20/external/tensorflow/tensorflow/lite/tools/
H A Dlist_flex_ops.cc69 if (!tensorflow::FindKernelDef( in FindTensorflowKernelClass()
/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dop_kernel_test_base.h156 FindKernelDef(device_type, def, &kernel_def, &kernel_class_name);
H A Dmemory_types.cc93 FindKernelDef(device_type, ndef, &kdef, nullptr /* kernel_class_name */); in MemoryTypesForNode()
H A Dop_kernel.cc1471 Status FindKernelDef( in FindKernelDef() function
1513 Status FindKernelDef(const DeviceType& device_type, const NodeDef& node_def, in FindKernelDef() function
1515 return FindKernelDef( in FindKernelDef()
H A Dop_kernel.h1467 Status FindKernelDef(
1477 Status FindKernelDef(const DeviceType& device_type, const NodeDef& node_def,
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/optimizers/
H A Dpin_to_host_optimizer.cc76 Status s = FindKernelDef(device, node, &kernel, nullptr); in TryFindKernelDef()
H A Dgeneric_layout_optimizer_transposer.cc143 Status s = FindKernelDef(device_type, node, nullptr, nullptr); in IsHostMemory()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/jit/
H A Dpartially_decluster_pass.cc258 *must_compile = !FindKernelDef(device_type, n->def(), nullptr, nullptr).ok(); in MustCompileNode()
H A Dcompilability_check_util.cc203 Status s = FindKernelDef(jit_device_type_, node.def(), nullptr, nullptr); in HasXLAKernel()
/aosp_15_r20/external/tensorflow/tensorflow/python/grappler/
H A Dcluster_wrapper.cc189 tensorflow::FindKernelDef(dev_type, node, nullptr, nullptr); in PYBIND11_MODULE()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/
H A Deval_const_tensor.cc275 return FindKernelDef(DeviceType(DEVICE_CPU), node.def(), /*def=*/nullptr, in HasCpuKernel()
H A Dconstant_folding.cc558 if (!FindKernelDef(device_type, def, &kdef, nullptr).ok()) { in ReplaceTensorWithConstant()
/aosp_15_r20/external/tensorflow/tensorflow/core/grappler/
H A Dutils.cc487 return FindKernelDef(DeviceType(parsed_name.type), node_name, in IsKernelRegisteredForNode()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tf2xla/
H A Dxla_op_registry.cc49 TF_RETURN_IF_ERROR(FindKernelDef(device_type, node_def, /*KernelDef*/ nullptr, in LaunchOpHasKernelForDevice()
H A Dxla_compiler.cc1294 s = FindKernelDef(device_type, node->def(), nullptr, nullptr); in ValidateGraph()
/aosp_15_r20/external/tensorflow/tensorflow/c/
H A Dc_api_experimental.cc447 status->status = tensorflow::FindKernelDef( in TF_AttrBuilderCheckCanRunOnDevice()
/aosp_15_r20/external/tensorflow/tensorflow/core/common_runtime/eager/
H A Dexecute.cc300 Status s = FindKernelDef(DeviceType(op_device->device_type()), *node_def, in GetKernelDef()
/aosp_15_r20/external/tensorflow/tensorflow/compiler/tests/
H A Drandomized_tests.cc1514 status = FindKernelDef(test_device_type, *node_def, nullptr, nullptr); in ExpectTfAndXlaOutputsAreClose()