Home
last modified time | relevance | path

Searched refs:tensor_shape0 (Results 1 – 6 of 6) sorted by relevance

/external/tensorflow/tensorflow/core/kernels/mkl/
Dmkl_input_conversion_op.cc101 TensorShape tensor_shape0 = input_tensor_0.shape(); in Compute() local
103 if (tf_shape0 == tf_shape1 && tensor_shape0 == tensor_shape1) { in Compute()
162 (tensor_shape0 == tensor_shape1)); in Compute()
/external/ComputeLibrary/src/core/GLES_COMPUTE/kernels/
DGCGEMMMatrixMultiplyKernel.cpp81 TensorShape tensor_shape0{ input0->tensor_shape() }; in validate_arguments() local
82 tensor_shape0.set(0, k); in validate_arguments()
83 tensor_shape0.set(1, m); in validate_arguments()
89 const TensorInfo tensor_info0 = input0->clone()->set_tensor_shape(tensor_shape0); in validate_arguments()
/external/ComputeLibrary/src/core/CL/kernels/
DCLGEMMLowpMatrixMultiplyReshapedKernel.cpp68 TensorShape tensor_shape0{ input0->tensor_shape() }; in validate_arguments() local
69 tensor_shape0.set(0, k); in validate_arguments()
70 tensor_shape0.set(1, m); in validate_arguments()
76 const TensorInfo tensor_info0 = input0->clone()->set_tensor_shape(tensor_shape0); in validate_arguments()
DCLGEMMMatrixMultiplyReshapedKernel.cpp88 TensorShape tensor_shape0{ input0->tensor_shape() }; in validate_arguments() local
89 tensor_shape0.set(0, k); in validate_arguments()
90 tensor_shape0.set(1, m); in validate_arguments()
112 const TensorInfo tensor_info0 = input0->clone()->set_tensor_shape(tensor_shape0); in validate_arguments()
DCLGEMMMatrixMultiplyKernel.cpp110 TensorShape tensor_shape0{ input0->tensor_shape() }; in validate_arguments() local
111 tensor_shape0.set(0, k); in validate_arguments()
112 tensor_shape0.set(1, m); in validate_arguments()
118 const TensorInfo tensor_info0 = input0->clone()->set_tensor_shape(tensor_shape0); in validate_arguments()
/external/ComputeLibrary/src/core/NEON/kernels/
DNEGEMMMatrixMultiplyKernel.cpp1054 TensorShape tensor_shape0{ input0->tensor_shape() }; in validate_arguments() local
1055 tensor_shape0.set(0, k); in validate_arguments()
1056 tensor_shape0.set(1, m); in validate_arguments()
1058 const TensorInfo tensor_info0 = input0->clone()->set_tensor_shape(tensor_shape0); in validate_arguments()