Searched refs:out_st (Results 1 – 3 of 3) sorted by relevance
/external/tensorflow/tensorflow/python/kernel_tests/ |
D | ctc_decoder_ops_test.py | 80 for out_st, truth_st, tf_st in zip(output_sparse_tensors, decode_truth, 82 self.assertAllEqual(out_st[0], truth_st[0]) # ix 83 self.assertAllEqual(out_st[1], truth_st[1]) # vals 84 self.assertAllEqual(out_st[2], truth_st[2]) # shape
|
/external/selinux/sandbox/ |
D | seunshare.c | 434 struct stat *out_st, struct passwd *pwd, security_context_t execcon) in create_tmpdir() argument 480 if (verify_directory(tmpdir, NULL, out_st) < 0) { in create_tmpdir() 484 if (check_owner_uid(0, tmpdir, out_st) < 0) in create_tmpdir() 487 if (check_owner_gid(getgid(), tmpdir, out_st) < 0) in create_tmpdir() 499 if (!equal_stats(out_st, &tmp_st)) { in create_tmpdir() 508 if (fstat(fd_t, out_st) == -1) { in create_tmpdir()
|
/external/mesa3d/src/amd/llvm/ |
D | ac_llvm_build.c | 744 const LLVMValueRef *coords, LLVMValueRef *out_st, in build_cube_select() argument 773 out_st[0] = LLVMBuildFMul(builder, tmp, sgn, ""); in build_cube_select() 778 out_st[1] = LLVMBuildFMul(builder, tmp, sgn, ""); in build_cube_select()
|