Home
last modified time | relevance | path

Searched defs:create_op (Results 1 – 23 of 23) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/core/framework/
H A Dvariant_op_copy_test.cc272 Output create_op = CreateTestVariant(root, t_42); in TEST() local
296 Output create_op = CreateTestVariant(root, t_str); in TEST() local
323 Output create_op = CreateTestVariant(root, t_42); in TEST() local
360 Output create_op = CreateTestVariant(root, t_str); in TEST() local
/aosp_15_r20/external/tensorflow/tensorflow/python/ops/
H A Dboosted_trees_ops.py70 def __init__(self, resource_handle, create_op, num_streams, name): argument
165 def __init__(self, resource_handle, create_op, name): argument
H A Dresources.py34 def register_resource(handle, create_op, is_initialized_op, is_shared=True): argument
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/
H A DGpuAdd.cpp63 ITensorInfo *GpuAdd::create_op(GpuWorkloadSketch &sketch, in create_op() function in arm_compute::experimental::dynamic_fusion::GpuAdd
H A DGpuSub.cpp63 ITensorInfo *GpuSub::create_op(GpuWorkloadSketch &sketch, in create_op() function in arm_compute::experimental::dynamic_fusion::GpuSub
H A DGpuMul.cpp63 ITensorInfo *GpuMul::create_op(GpuWorkloadSketch &sketch, in create_op() function in arm_compute::experimental::dynamic_fusion::GpuMul
H A DGpuOutput.cpp93 void GpuOutput::create_op(GpuWorkloadSketch &sketch, in create_op() function in arm_compute::experimental::dynamic_fusion::GpuOutput
H A DGpuReshape.cpp114 ITensorInfo *GpuReshape::create_op(GpuWorkloadSketch &sketch, in create_op() function in arm_compute::experimental::dynamic_fusion::GpuReshape
H A DGpuClamp.cpp124 ITensorInfo *GpuClamp::create_op(GpuWorkloadSketch &sketch, in create_op() function in arm_compute::experimental::dynamic_fusion::GpuClamp
H A DGpuCast.cpp130 ITensorInfo *GpuCast::create_op(GpuWorkloadSketch &sketch, in create_op() function in arm_compute::experimental::dynamic_fusion::GpuCast
H A DGpuResize.cpp144 ITensorInfo *GpuResize::create_op(GpuWorkloadSketch &sketch, in create_op() function in arm_compute::experimental::dynamic_fusion::GpuResize
H A DGpuPool2d.cpp137 void GpuPool2d::create_op(GpuWorkloadSketch &sketch, in create_op() function in arm_compute::experimental::dynamic_fusion::GpuPool2d
H A DGpuSoftmax.cpp131 void GpuSoftmax::create_op(GpuWorkloadSketch &sketch, in create_op() function in arm_compute::experimental::dynamic_fusion::GpuSoftmax
H A DGpuDepthwiseConv2d.cpp186 ITensorInfo *GpuDepthwiseConv2d::create_op(GpuWorkloadSketch &sketch, in create_op() function in arm_compute::experimental::dynamic_fusion::GpuDepthwiseConv2d
H A DGpuConv2d.cpp227 ITensorInfo *GpuConv2d::create_op(GpuWorkloadSketch &sketch, in create_op() function in arm_compute::experimental::dynamic_fusion::GpuConv2d
/aosp_15_r20/external/skia/tests/
H A DTextureOpTest.cpp88 static GrOp::Owner create_op(GrDirectContext* dContext, SkRect rect, in create_op() function
/aosp_15_r20/external/ComputeLibrary/src/dynamic_fusion/sketch/gpu/operators/internal/
H A DGpuElementwiseBinaryCommon.cpp140 ITensorInfo *GpuElementwiseBinaryCommon::create_op(GpuWorkloadSketch &sketch, in create_op() function in arm_compute::experimental::dynamic_fusion::GpuElementwiseBinaryCommon
/aosp_15_r20/external/libhevc/fuzzer/
H A Dhevc_dec_fuzzer.cpp115 ihevcd_cxa_create_op_t create_op{}; in createCodec() local
/aosp_15_r20/external/libavc/fuzzer/
H A Davc_dec_fuzzer.cpp113 ih264d_create_op_t create_op{}; in createCodec() local
H A Dsvc_dec_fuzzer.cpp141 ih264d_create_op_t create_op{}; in createCodec() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/mlir/tfrt/transforms/
H A Dtf_to_tfrt.cc1802 auto create_op = builder.create<tfrt::fallback_async::CreateOp>( in CreateFallbackInitializationFunction() local
/aosp_15_r20/external/libpcap/
H A Dpcap.c655 pcap_t *(*create_op)(const char *, char *, int *); member
/aosp_15_r20/external/tensorflow/tensorflow/python/framework/
H A Dops.py3684 def create_op( member in Graph