Searched defs:run_options_ptr (Results 1 – 11 of 11) sorted by relevance
/external/tensorflow/tensorflow/compiler/xla/service/cpu/ |
D | runtime_matmul_mkl.h | 46 extern void __xla_cpu_runtime_MKLMatMulF32( in __xla_cpu_runtime_MKLMatMulF32() 55 extern void __xla_cpu_runtime_MKLMatMulF64( in __xla_cpu_runtime_MKLMatMulF64() 64 extern void __xla_cpu_runtime_MKLSingleThreadedMatMulF32( in __xla_cpu_runtime_MKLSingleThreadedMatMulF32() 73 extern void __xla_cpu_runtime_MKLSingleThreadedMatMulF64( in __xla_cpu_runtime_MKLSingleThreadedMatMulF64()
|
D | runtime_matmul_mkl.cc | 37 void MatMulF32(const void* run_options_ptr, float* out, float* lhs, float* rhs, in MatMulF32() 59 void MatMulF64(const void* run_options_ptr, double* out, double* lhs, in MatMulF64() 79 const void* run_options_ptr, float* out, float* lhs, float* rhs, int64 m, in __xla_cpu_runtime_MKLMatMulF32() 94 const void* run_options_ptr, double* out, double* lhs, double* rhs, int64 m, in __xla_cpu_runtime_MKLMatMulF64() 108 __xla_cpu_runtime_MKLSingleThreadedMatMulF32(const void* run_options_ptr, in __xla_cpu_runtime_MKLSingleThreadedMatMulF32() 121 __xla_cpu_runtime_MKLSingleThreadedMatMulF64(const void* run_options_ptr, in __xla_cpu_runtime_MKLSingleThreadedMatMulF64()
|
D | runtime_matmul.cc | 40 void MatMul(const void* run_options_ptr, T* out, T* lhs, T* rhs, int64 m, in MatMul() 76 void MatMulDispatch(const void* run_options_ptr, T* out, T* lhs, T* rhs, in MatMulDispatch() 100 const void* run_options_ptr, Eigen::half* out, Eigen::half* lhs, in __xla_cpu_runtime_EigenMatMulF16() 108 const void* run_options_ptr, float* out, float* lhs, float* rhs, int64 m, in __xla_cpu_runtime_EigenMatMulF32() 115 const void* run_options_ptr, double* out, double* lhs, double* rhs, int64 m, in __xla_cpu_runtime_EigenMatMulF64()
|
D | runtime_single_threaded_matmul.cc | 37 void MatMul(const void* run_options_ptr, T* out, T* lhs, T* rhs, int64 m, in MatMul() 70 void SingleThreadedMatMulDispatch(const void* run_options_ptr, T* out, T* lhs, in SingleThreadedMatMulDispatch() 93 const void* run_options_ptr, Eigen::half* out, Eigen::half* lhs, in __xla_cpu_runtime_EigenSingleThreadedMatMulF16() 101 __xla_cpu_runtime_EigenSingleThreadedMatMulF32(const void* run_options_ptr, in __xla_cpu_runtime_EigenSingleThreadedMatMulF32() 111 __xla_cpu_runtime_EigenSingleThreadedMatMulF64(const void* run_options_ptr, in __xla_cpu_runtime_EigenSingleThreadedMatMulF64()
|
D | runtime_single_threaded_fft.cc | 26 const void* run_options_ptr, void* out, void* operand, int32 fft_type, in __xla_cpu_runtime_EigenSingleThreadedFft()
|
D | runtime_fft.cc | 29 const void* run_options_ptr, void* out, void* operand, int32 fft_type, in __xla_cpu_runtime_EigenFft()
|
D | runtime_single_threaded_conv2d.cc | 26 const void* run_options_ptr, Eigen::half* out, Eigen::half* lhs, in __xla_cpu_runtime_EigenSingleThreadedConvF16() 44 const void* run_options_ptr, float* out, float* lhs, float* rhs, in __xla_cpu_runtime_EigenSingleThreadedConvF32()
|
D | runtime_conv2d.cc | 28 const void* run_options_ptr, float* out, float* lhs, float* rhs, in __xla_cpu_runtime_EigenConvF32() 46 const void* run_options_ptr, Eigen::half* out, Eigen::half* lhs, in __xla_cpu_runtime_EigenConvF16()
|
D | runtime_fork_join.cc | 63 void* result_ptr, const void* run_options_ptr, const void** params, in __xla_cpu_runtime_ParallelForkJoin()
|
D | runtime_conv2d_mkl.cc | 153 const void* run_options_ptr, float* out, float* lhs, float* rhs, in __xla_cpu_runtime_MKLConvF32()
|
/external/tensorflow/tensorflow/compiler/xla/service/ |
D | hlo_evaluator.cc | 1616 std::unique_ptr<Array2D<T>> MatmulArray2DImpl( in MatmulArray2DImpl()
|