Home
last modified time | relevance | path

Searched defs:map_function (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/
H A Dreference_util.h447 F&& map_function) { in MapArray4D()
460 const Array4D<float>& input, F&& map_function) { in MapWithIndexArray4D()
482 F&& map_function) { in MapArray4D()
496 const Array4D<float>& lhs, const Array4D<float>& rhs, F&& map_function) { in MapWithIndexArray4D()
H A Dreference_util.cc639 const std::function<float(float)>& map_function) { in MapArray2D()
653 const std::function<float(float, float)>& map_function) { in MapArray2D() argument
669 const std::function<float(float)>& map_function) { in MapArray3D()
686 const std::function<float(float, float)>& map_function) { in MapArray3D() argument
706 const std::function<float(float, int64_t, int64_t)>& map_function) { in MapWithIndexArray2D() argument
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/kernel_tests/optimization/
H A Dgrappler_test.py64 def map_function(x, y): function
H A Dmake_deterministic_test.py330 def map_function(x): function
/aosp_15_r20/external/tensorflow/tensorflow/python/data/experimental/benchmarks/
H A Dparameter_value_benchmark.py36 def map_function(x): function
/aosp_15_r20/external/tensorflow/tensorflow/python/data/kernel_tests/
H A Dbatch_test.py259 def map_function(x): function
H A Dmap_test.py1280 def map_function(x): function
1304 def map_function(x, y): function
/aosp_15_r20/external/ComputeLibrary/src/cpu/kernels/
H A DCpuScaleKernel.cpp241 static std::map<std::string, ScaleFunctionPtr> map_function = in configure() local
/aosp_15_r20/external/tensorflow/tensorflow/compiler/xla/service/
H A Dhlo_instruction.h1627 std::function<HloComputation*(HloComputation*)> map_function) { in ReplaceCalledComputations()